From: Richard Kreckel Date: Tue, 5 Dec 2000 20:29:40 +0000 (+0000) Subject: - It's CLN, not LIBCLN. sigh^2. X-Git-Tag: release_0-7-0~8 X-Git-Url: https://www.ginac.de/ginac.git/static/gitweb.css/ginac.git?a=commitdiff_plain;h=01130b50769fb4b4856db245774c143c4deaace4;p=ginac.git - It's CLN, not LIBCLN. sigh^2. --- diff --git a/configure.in b/configure.in index 1f49f2d4..4fd7db90 100644 --- a/configure.in +++ b/configure.in @@ -111,7 +111,7 @@ AC_CHECK_HEADERS(sstream strstream) dnl We need to have Bruno Haible's CLN installed. dnl (CLN versions >= 1.1.0 must have installed cln.m4 at a visible place, dnl which provides this macro): -AC_PATH_LIBCLN(1.1.0, [ +AC_PATH_CLN(1.1.0, [ LIBS="$LIBS $CLN_LIBS" CPPFLAGS="$CPPFLAGS $CLN_CPPFLAGS" ], GINAC_ERROR([No suitable installed version of CLN could be found.]))