From 71803f13294618ddd3f19fd0d9871cc44023c155 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Wed, 10 Jun 2009 11:28:34 +0200 Subject: [PATCH] Raised required version of CLN to 1.2.2. --- INSTALL | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index de7ba244..3be16c1f 100644 --- a/INSTALL +++ b/INSTALL @@ -116,7 +116,7 @@ COMMON PROBLEMS Problems with CLN ----------------- -You should use at least CLN-1.1, since during the development of GiNaC +You should use at least CLN-1.2.2, since during the development of GiNaC various bugs have been discovered and fixed in earlier versions. Please install CLN properly on your system before continuing with GiNaC. diff --git a/configure.ac b/configure.ac index 7e0f9b2f..551f4f95 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ dnl We need to have Bruno Haible's CLN installed. dnl (pkg-config must have installed pkg.m4 at a visible place, which provides dnl this macro. CLN >= 1.1.6 must have installed cln.pc at a visible place, dnl which provides the actual dependency information.) -PKG_CHECK_MODULES(CLN, cln >= 1.1.6) +PKG_CHECK_MODULES(CLN, cln >= 1.2.2) AC_LIB_LINKFLAGS_FROM_LIBS([CLN_RPATH], [$CLN_LIBS], [1]) LIBS="$LIBS $CLN_LIBS $CLN_RPATH" CPPFLAGS="$CPPFLAGS $CLN_CFLAGS" -- 2.44.0