From e2b5688606271f796751ba1e33c4bdb44d1602fd Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Mar 2008 17:25:42 +0100 Subject: [PATCH] Require Boost 1.33 or later. Require Boost 1.33 or later in configure. Version 1.32 does compile except for the tests. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4