Skip to content

Commit

Permalink
correct eclib's m4 file code to check version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Jun 26, 2024
1 parent ab24dac commit 03247ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/eclib/spkg-configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SAGE_SPKG_CONFIGURE([eclib], [
SAGE_SPKG_DEPCHECK([ntl pari flint], [
dnl use existing eclib only if the version reported by pkg-config is recent enough
m4_pushdef([SAGE_ECLIB_VER],["20231212"])
PKG_CHECK_MODULES([ECLIB], [eclib = SAGE_ECLIB_VER], [
PKG_CHECK_MODULES([ECLIB], [eclib >= SAGE_ECLIB_VER], [
AC_CACHE_CHECK([for mwrank version == SAGE_ECLIB_VER], [ac_cv_path_MWRANK], [
AC_PATH_PROGS_FEATURE_CHECK([MWRANK], [mwrank], [
mwrank_version=`$ac_path_MWRANK -V 2>&1`
Expand Down

0 comments on commit 03247ad

Please sign in to comment.