projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0274b6
)
set requires boost C++ version from 1.33 to 1.32 such that boost installation on...
author
Marc Cromme
<marc@indexdata.dk>
Sat, 24 Feb 2007 10:56:55 +0000
(10:56 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Sat, 24 Feb 2007 10:56:55 +0000
(10:56 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
d71ca18
..
712fb1a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-36,11
+36,11
@@
AC_CHECK_LIB(dl,dlopen)
# check for Boost C++ development libs and headers
-AX_BOOST_BASE(1.33)
-AX_BOOST_DATE_TIME(1.33)
-AX_BOOST_PROGRAM_OPTIONS(1.33)
-AX_BOOST_THREAD(1.33)
-AX_BOOST_UNIT_TEST_FRAMEWORK(1.33)
+AX_BOOST_BASE(1.32)
+AX_BOOST_DATE_TIME(1.32)
+AX_BOOST_PROGRAM_OPTIONS(1.32)
+AX_BOOST_THREAD(1.32)
+AX_BOOST_UNIT_TEST_FRAMEWORK(1.32)
LD_FLAGS="$LD_FLAGS $BOOST_LDFLAGS"
#AM_LDLFAGS="$AM_LDLFAGS\