commit | 283899bf9a8de07522b6507dfd0f6ab70d5a7147 | [log] [tgz] |
---|---|---|
author | Sergei Nikulov <sergey.nikulov@gmail.com> | Wed Feb 11 16:55:22 2015 +0300 |
committer | Roger Meier <roger@apache.org> | Sun Feb 15 00:04:46 2015 +0100 |
tree | c5d23c7dcb91c70e21ca3fe2f2c565850dcd0450 | |
parent | 22dddc9fab9f48a242004ed96ccdd8f1c5c91a71 [diff] [blame] |
Use Boost C++ >= 1.53.0
diff --git a/configure.ac b/configure.ac index 6977185..333a4e5 100755 --- a/configure.ac +++ b/configure.ac
@@ -132,7 +132,7 @@ AX_THRIFT_LIB(cpp, [C++], yes) have_cpp=no if test "$with_cpp" = "yes"; then - AX_BOOST_BASE([1.54.0]) + AX_BOOST_BASE([1.53.0]) if test "x$succeeded" = "xyes" ; then AC_SUBST([BOOST_LIB_DIR], [$(echo "$BOOST_LDFLAGS" | sed -e 's/^\-L//')]) AC_SUBST([BOOST_TEST_LDADD], [$(echo "$BOOST_LIB_DIR/libboost_unit_test_framework.a")])