]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - configure.ac
Require GCC 4.7 or later to build glibc.
[thirdparty/glibc.git] / configure.ac
index 1be44f596e830448fdfb4e243a10273ea1a78eaf..ad5f3ccf5173dc03992fd2740d53a640340b6af2 100644 (file)
@@ -976,7 +976,7 @@ AC_CHECK_PROG_VER(AWK, gawk, --version,
 
 AC_CACHE_CHECK([if $CC is sufficient to build libc], libc_cv_compiler_ok, [
 AC_TRY_COMPILE([], [
-#if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)
+#if !defined __GNUC__ || __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 7)
 #error insufficient compiler
 #endif],
               [libc_cv_compiler_ok=yes],