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:
d5bd3b6
)
Require Boost 1.33 or later.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Mar 2008 16:25:42 +0000
(17:25 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 26 Mar 2008 16:25:42 +0000
(17:25 +0100)
Require Boost 1.33 or later in configure. Version 1.32 does compile
except for the tests.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
65207ef
..
b4159f3
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-47,7
+47,7
@@
CPPFLAGS="$YAZPPINC $CPPFLAGS"
# check for Boost C++ development libs and headers
-AX_BOOST([1.32])
+AX_BOOST([1.33])
if test "$ax_cv_boost_base" = "no"; then
AC_MSG_ERROR([install libboost-dev or similar])
fi