From: Richard Kreckel Date: Tue, 5 Dec 2000 20:23:15 +0000 (+0000) Subject: - It's CLN, not LIBCLN. sigh. X-Git-Tag: release_0-7-0~9 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=a76731b9a2b37d93a692e9a8aa0f6727bed44c17 - It's CLN, not LIBCLN. sigh. --- diff --git a/configure.in b/configure.in index 3bf349f6..1f49f2d4 100644 --- a/configure.in +++ b/configure.in @@ -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, [ - 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