summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d09789af..0d31d1ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ AC_ARG_ENABLE([gcc-warnings],
gl_gcc_warnings=$enableval],
[gl_gcc_warnings=no
if test -d "$srcdir"/.git; then
- gl_GCC_VERSION_IFELSE([4], [6], [gl_gcc_warnings=yes])
+ gl_GCC_VERSION_IFELSE([11], [2], [gl_gcc_warnings=yes])
fi]
)