Skip to content

Commit

Permalink
Show correct minimum version of flint in autoconf check
Browse files Browse the repository at this point in the history
We're actually checking for a minimum version of 2.6.3, but the
message was stating a lower bound of 2.7.0.
  • Loading branch information
d-torrance committed Jan 20, 2021
1 parent a2aa0f3 commit cfca02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 <flint/flint.h>
Expand Down

0 comments on commit cfca02a

Please sign in to comment.