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:
9e2c1a0
)
- It's CLN, not LIBCLN. sigh.
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Tue, 5 Dec 2000 20:23:15 +0000
(20:23 +0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Tue, 5 Dec 2000 20:23:15 +0000
(20:23 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 3bf349f600963fbafdf9180e27ac3cc7687c5351..1f49f2d4d31a130f767f37944c36b0aca3605d9e 100644
(file)
--- 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 $
LIB
CLN_LIBS"
- CPPFLAGS="$CPPFLAGS $
LIB
CLN_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