From 1953e21a373c2bfd9e8a0804b71297039319021c Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Sun, 4 May 2014 22:02:17 +0200 Subject: [PATCH] THRIFT-2471: Make cpp.ref annotation language agnostic update boost to 1.53 Patch: Roger Meier --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.17.1