Skip to content

Commit

Permalink
THRIFT-1589 configure.ac should require at least boost 1.41
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332827 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bufferoverflow committed May 1, 2012
1 parent 95b1bd7 commit 6ad473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -115,7 +115,7 @@ AC_LANG([C++])
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
Expand Down

0 comments on commit 6ad473f

Please sign in to comment.