summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-10-12 12:18:18 +0200
committerMichael Stahl <mstahl@redhat.com>2015-10-12 12:20:18 +0200
commite4b24c7399352642aeaeb412394d6230562d04d2 (patch)
tree58c5511ba4d4d09c56a0646cd71a27d3ee7fca68
parentafabdef0e78b419da6788b644f47a06ba9ec0283 (diff)
configure: GCC 4.6 is no longer supported on master
Change-Id: I8939e7b8b924b0598d46ea301aa636692f063161
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fd9c75559621..758c9e840679 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3289,8 +3289,8 @@ if test "$GCC" = "yes" -a -z "$COM_GCC_IS_CLANG"; then
AC_MSG_RESULT([gcc $_gcc_version])
- if test "$GCC_VERSION" -lt 0406; then
- AC_MSG_ERROR([GCC $_gcc_version is too old, must be at least GCC 4.6.0])
+ if test "$GCC_VERSION" -lt 0407; then
+ AC_MSG_ERROR([GCC $_gcc_version is too old, must be at least GCC 4.7.0])
fi
else
# Explicitly force GCC_VERSION to be empty, even for Clang, to check incorrect uses.