commit | 1953e21a373c2bfd9e8a0804b71297039319021c | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sun May 04 22:02:17 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Sun May 04 22:02:17 2014 +0200 |
tree | 68a4b9ae292b604552c28949a692a828fb9f5897 | |
parent | cf0edd365909ae3cc1b6afb12ed69ff6c4e8a147 [diff] |
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 f4d1869..5712584 100755 --- a/configure.ac +++ b/configure.ac
@@ -127,7 +127,7 @@ 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