Skip to content

Commit 9363f84

Browse files
author
Release Manager
committed
gh-38284: correct eclib's m4 file code to check version Fixes #38283 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ x] The title is concise and informative. - [ x] The description explains in detail what this PR is about. - [ x] I have linked a relevant issue or discussion. URL: #38284 Reported by: John Cremona Reviewer(s): Dima Pasechnik
2 parents 70f864b + 03247ad commit 9363f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/eclib/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SAGE_SPKG_CONFIGURE([eclib], [
22
SAGE_SPKG_DEPCHECK([ntl pari flint], [
33
dnl use existing eclib only if the version reported by pkg-config is recent enough
44
m4_pushdef([SAGE_ECLIB_VER],["20231212"])
5-
PKG_CHECK_MODULES([ECLIB], [eclib = SAGE_ECLIB_VER], [
5+
PKG_CHECK_MODULES([ECLIB], [eclib >= SAGE_ECLIB_VER], [
66
AC_CACHE_CHECK([for mwrank version == SAGE_ECLIB_VER], [ac_cv_path_MWRANK], [
77
AC_PATH_PROGS_FEATURE_CHECK([MWRANK], [mwrank], [
88
mwrank_version=`$ac_path_MWRANK -V 2>&1`

0 commit comments

Comments
 (0)