Skip to content

Commit dfc289a

Browse files
committed
cosmetic changes to configure.ac
1 parent 52d5138 commit dfc289a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

configure.ac

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
77
# The version is the concatenation of 'v' and the year, month, date: vyyyymmdd
88
# To access this as a string or integer triple, see libsrc/eclib/version.h
99

10-
AC_INIT([eclib],[20231211],[[email protected]])
10+
AC_INIT([eclib], [20231211], [[email protected]])
1111

1212
AM_INIT_AUTOMAKE([-Wall])
1313
AC_MSG_NOTICE([Configuring eclib...])
@@ -160,11 +160,6 @@ AC_SUBST(NTL_LDFLAGS)
160160
dnl Find the FLINT Library and determine if it has the nmod_mat module
161161
dnl (in FLINT from version 2.3)
162162
dnl
163-
dnl NB By default we set FLINT_LEVEL=2, which requires FLINT version at least 3.0.0;
164-
dnl for earlier version you must either set the
165-
dnl environment variable FLINT_LEVEL to 1, or adding FLINT_LEVEL=1 to
166-
dnl the configure invocation.
167-
dnl
168163
dnl First set defaults for when no suitable FLINT is found
169164
dnl
170165
AC_ARG_WITH(flint,

0 commit comments

Comments
 (0)