From deafea9c88c0b09250dccf46223a836a7f60fffc Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 10 Jan 2014 22:53:48 -0800 Subject: [PATCH] [REMOVE] Allow gcc 4.7 and later --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 712dd62872..c0ab0eae61 100644 --- a/SConstruct +++ b/SConstruct @@ -262,7 +262,7 @@ UBUNTU_GCC_48_INSTALL_STEPS = ''' https://ripple.com/wiki/Ubuntu_build_instructions#Ubuntu_versions_older_than_13.10_:_Install_gcc_4.8''' if not USING_CLANG: - if (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1]) < 8): + if (int(GCC_VERSION[0]) == 4 and int(GCC_VERSION[1]) < 7): print "\nrippled, using c++11, requires g++ version >= 4.8 to compile" if Ubuntu: