From: Roger Meier Date: Fri, 11 May 2012 10:44:32 +0000 (+0000) Subject: THRIFT-1589 configure.ac should require at least boost 1.41 X-Git-Tag: 0.9.1~370 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6bb0a7a34a38484132e044bb8d09830198135473;p=common%2Fthrift.git THRIFT-1589 configure.ac should require at least boost 1.41 Build slaves at Apache need 1.40.0 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1337107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.ac b/configure.ac index 37785032..6855f35a 100755 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ AC_LANG([C++]) AX_THRIFT_LIB(cpp, [C++], yes) have_cpp=no if test "$with_cpp" = "yes"; then - AX_BOOST_BASE([1.41.0]) + AX_BOOST_BASE([1.40.0]) if test "x$succeeded" = "xyes" ; then have_cpp="yes" fi