commit | 6ad473ff6441fbe4624ef1aaa9c7cc36582c16b9 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Tue May 01 21:03:41 2012 +0000 |
committer | Roger Meier <roger@apache.org> | Tue May 01 21:03:41 2012 +0000 |
tree | 484ddf14f63fd4f65f06e1b954878d7cd8d33aef | |
parent | 95b1bd71e36da01e3173eefe7ed4bfc31f01abcf [diff] |
THRIFT-1589 configure.ac should require at least boost 1.41 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332827 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configure.ac b/configure.ac index 4c6e1e2..3778503 100755 --- a/configure.ac +++ b/configure.ac
@@ -115,7 +115,7 @@ AX_THRIFT_LIB(cpp, [C++], yes) have_cpp=no if test "$with_cpp" = "yes"; then - AX_BOOST_BASE([1.33.1]) + AX_BOOST_BASE([1.41.0]) if test "x$succeeded" = "xyes" ; then have_cpp="yes" fi