]> www.ginac.de Git - ginac.git/commitdiff
- It's CLN, not LIBCLN. sigh^2.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 5 Dec 2000 20:29:40 +0000 (20:29 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 5 Dec 2000 20:29:40 +0000 (20:29 +0000)
configure.in

index 1f49f2d4d31a130f767f37944c36b0aca3605d9e..4fd7db90b2669c2750502ad9fae90e1b4f5a6eb0 100644 (file)
@@ -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):
 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.]))
   LIBS="$LIBS $CLN_LIBS"
   CPPFLAGS="$CPPFLAGS $CLN_CPPFLAGS"
 ], GINAC_ERROR([No suitable installed version of CLN could be found.]))