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

index 3bf349f600963fbafdf9180e27ac3cc7687c5351..1f49f2d4d31a130f767f37944c36b0aca3605d9e 100644 (file)
@@ -112,8 +112,8 @@ 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, [
 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, [
-  LIBS="$LIBS $LIBCLN_LIBS"
-  CPPFLAGS="$CPPFLAGS $LIBCLN_CPPFLAGS"
+  LIBS="$LIBS $CLN_LIBS"
+  CPPFLAGS="$CPPFLAGS $CLN_CPPFLAGS"
 ], GINAC_ERROR([No suitable installed version of CLN could be found.]))
 
 dnl Expand the cppflags and libraries needed by apps using GiNaC
 ], GINAC_ERROR([No suitable installed version of CLN could be found.]))
 
 dnl Expand the cppflags and libraries needed by apps using GiNaC