From a76731b9a2b37d93a692e9a8aa0f6727bed44c17 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 5 Dec 2000 20:23:15 +0000 Subject: [PATCH] - It's CLN, not LIBCLN. sigh. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0