Repository: thrift Updated Branches: refs/heads/master cf0edd365 -> 1953e21a3
THRIFT-2471: Make cpp.ref annotation language agnostic update boost to 1.53 Patch: Roger Meier Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/1953e21a Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/1953e21a Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/1953e21a Branch: refs/heads/master Commit: 1953e21a373c2bfd9e8a0804b71297039319021c Parents: cf0edd3 Author: Roger Meier <[email protected]> Authored: Sun May 4 22:02:17 2014 +0200 Committer: Roger Meier <[email protected]> Committed: Sun May 4 22:02:17 2014 +0200 ---------------------------------------------------------------------- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/1953e21a/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index f4d1869..5712584 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
