Skip to content

Commit

Permalink
Merge pull request #1844 from d-torrance/flint-version-message
Browse files Browse the repository at this point in the history
Show correct minimum version of flint in autoconf check
  • Loading branch information
DanGrayson authored Jan 20, 2021
2 parents a2aa0f3 + cfca02a commit ba1022b
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 ba1022b

Please sign in to comment.