commit | 48b189716f7611a73e9a2d9b4e2f3989c101740f | [log] [tgz] |
---|---|---|
author | henrique <henrique@apache.org> | 周二 6月 10 15:19:55 2014 +0200 |
committer | henrique <henrique@apache.org> | 周二 6月 10 15:19:55 2014 +0200 |
tree | b1026b170a13d2d9049734ea28db40140cd79c9e | |
parent | faf52db2160df39289550cb6ba714adc47c395cf [diff] [blame] |
THRIFT-2471 requires libboost 1.54 + additional script clean up
diff --git a/configure.ac b/configure.ac index 5941cd8..e20dc64 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.53.0]) + AX_BOOST_BASE([1.54.0]) if test "x$succeeded" = "xyes" ; then have_cpp="yes" fi