From cfca02ad4fef0ed5bcde58b38c8530ed7e7766f2 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 19 Jan 2021 21:53:14 -0500 Subject: [PATCH] Show correct minimum version of flint in autoconf check We're actually checking for a minimum version of 2.6.3, but the message was stating a lower bound of 2.7.0. --- M2/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/M2/configure.ac b/M2/configure.ac index 6da656769c9..46e2be1fb47 100644 --- a/M2/configure.ac +++ b/M2/configure.ac @@ -937,7 +937,7 @@ dnl factory needs to know: AC_SUBST(BUILD_flint) if test $BUILD_flint = no then AC_LANG(C) - AC_MSG_CHECKING([for flint >= 2.7.0]) + AC_MSG_CHECKING([for flint >= 2.6.3]) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM( [#include