From: Roger Meier Date: Sun, 4 May 2014 20:02:17 +0000 (+0200) Subject: THRIFT-2471: Make cpp.ref annotation language agnostic X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=1953e21a373c2bfd9e8a0804b71297039319021c;p=common%2Fthrift.git THRIFT-2471: Make cpp.ref annotation language agnostic update boost to 1.53 Patch: Roger Meier --- diff --git a/configure.ac b/configure.ac index f4d1869b..5712584f 100755 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,7 @@ fi AX_THRIFT_LIB(cpp, [C++], yes) have_cpp=no if test "$with_cpp" = "yes"; then - AX_BOOST_BASE([1.40.0]) + AX_BOOST_BASE([1.53.0]) if test "x$succeeded" = "xyes" ; then have_cpp="yes" fi