configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e4b24c7399352642aeaeb412394d6230562d04d2 Author: Michael Stahl <mst...@redhat.com> Date: Mon Oct 12 12:18:18 2015 +0200
configure: GCC 4.6 is no longer supported on master Change-Id: I8939e7b8b924b0598d46ea301aa636692f063161 diff --git a/configure.ac b/configure.ac index fd9c755..758c9e8 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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits