From: Peter van Dijk Date: Mon, 10 Jun 2013 09:00:27 +0000 (+0200) Subject: bump boost requirement, thanks Wouter de Jong X-Git-Tag: rec-3.6.0-rc1~691 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d220500b1b53b25736f29f7053cfb786c31dd18;p=thirdparty%2Fpdns.git bump boost requirement, thanks Wouter de Jong --- diff --git a/configure.ac b/configure.ac index d8c37ccf15..01b7bca85a 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ fi AM_CONDITIONAL([RELEASE_BUILD], [test "$PACKAGE_VERSION" != "git"]) -BOOST_REQUIRE([1.34]) +BOOST_REQUIRE([1.35]) BOOST_FOREACH BOOST_PROGRAM_OPTIONS([mt]) BOOST_SERIALIZATION([mt])