From: Adam Dickmeiss Date: Wed, 26 Mar 2008 16:25:42 +0000 (+0100) Subject: Require Boost 1.33 or later. X-Git-Tag: v1.0.13.1~19 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=e2b5688606271f796751ba1e33c4bdb44d1602fd;p=metaproxy-moved-to-github.git Require Boost 1.33 or later. Require Boost 1.33 or later in configure. Version 1.32 does compile except for the tests. --- diff --git a/configure.ac b/configure.ac index 65207ef..b4159f3 100644 --- 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