summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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