You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2012/05/01 23:03:41 UTC

svn commit: r1332827 - /thrift/trunk/configure.ac

Author: roger
Date: Tue May  1 21:03:41 2012
New Revision: 1332827

URL: http://svn.apache.org/viewvc?rev=1332827&view=rev
Log:
THRIFT-1589 configure.ac should require at least boost 1.41

Modified:
    thrift/trunk/configure.ac

Modified: thrift/trunk/configure.ac
URL: http://svn.apache.org/viewvc/thrift/trunk/configure.ac?rev=1332827&r1=1332826&r2=1332827&view=diff
==============================================================================
--- thrift/trunk/configure.ac (original)
+++ thrift/trunk/configure.ac Tue May  1 21:03:41 2012
@@ -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