Skip to content

Commit

Permalink
chg: check for Flint 2.3 in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
mmklee authored and hannes14 committed Apr 3, 2012
1 parent dd681e9 commit c49838d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Singular/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ else
AC_MSG_RESULT(no)
fi

LB_CHECK_FLINT(2.2,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))

if test "x$flint_found" = "xyes"; then
includedir= "${FLINT_HOME}/include ${includedir}"
Expand Down
2 changes: 1 addition & 1 deletion factory/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ if test "x$gmp_in_installation" != xyes; then
])
fi

LB_CHECK_FLINT(2.2,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))

AC_CHECK_HEADERS(stdio.h stdlib.h string.h time.h math.h, ,
[ AC_MSG_ERROR(C header files not found) ])
Expand Down

0 comments on commit c49838d

Please sign in to comment.