Require Boost 1.33 or later.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 26 Mar 2008 16:25:42 +0000 (17:25 +0100)
committerAdam 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

index 65207ef..b4159f3 100644 (file)
@@ -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