summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorhenrique <henrique@apache.org>2014-06-10 15:19:55 +0200
committerhenrique <henrique@apache.org>2014-06-10 15:19:55 +0200
commit48b189716f7611a73e9a2d9b4e2f3989c101740f (patch)
treeb1026b170a13d2d9049734ea28db40140cd79c9e /configure.ac
parentfaf52db2160df39289550cb6ba714adc47c395cf (diff)
downloadthrift-48b189716f7611a73e9a2d9b4e2f3989c101740f.tar.gz
THRIFT-2471 requires libboost 1.54
+ additional script clean up
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5941cd84b..e20dc645b 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.53.0])
+ AX_BOOST_BASE([1.54.0])
if test "x$succeeded" = "xyes" ; then
have_cpp="yes"
fi