git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a76731b
)
- It's CLN, not LIBCLN. sigh^2.
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Tue, 5 Dec 2000 20:29:40 +0000
(20:29 +0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Tue, 5 Dec 2000 20:29:40 +0000
(20:29 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 1f49f2d4d31a130f767f37944c36b0aca3605d9e..4fd7db90b2669c2750502ad9fae90e1b4f5a6eb0 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-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):
-AC_PATH_
LIB
CLN(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.]))