Skip to content

Commit 316bbb3

Browse files
author
Matthias Koeppe
committed
build/pkgs/flint/spkg-configure.m4: Check function needed by arb 2.23
1 parent 45aa3d9 commit 316bbb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/flint/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SAGE_SPKG_CONFIGURE([flint], [
22
SAGE_SPKG_DEPCHECK([mpfr ntl], [
33
AC_CHECK_HEADER(flint/flint.h, [
4-
dnl fmpz_mod_ctx_init appears in Flint 2.6.0
5-
AC_SEARCH_LIBS([fmpz_mod_ctx_init], [flint], [
4+
dnl flint_parallel_binary_splitting appears in Flint 2.9.0, needed by arb 2.23
5+
AC_SEARCH_LIBS([flint_parallel_binary_splitting], [flint], [
66
dnl check that NTL is linked in
77
AC_SEARCH_LIBS([fmpz_poly_get_ZZX], [flint], [
88

0 commit comments

Comments
 (0)