Author: roger
Date: Fri May 11 10:44:32 2012
New Revision: 1337107

URL: http://svn.apache.org/viewvc?rev=1337107&view=rev
Log:
THRIFT-1589 configure.ac should require at least boost 1.41
Build slaves at Apache need 1.40.0

Modified:
    thrift/trunk/configure.ac

Modified: thrift/trunk/configure.ac
URL: 
http://svn.apache.org/viewvc/thrift/trunk/configure.ac?rev=1337107&r1=1337106&r2=1337107&view=diff
==============================================================================
--- thrift/trunk/configure.ac (original)
+++ thrift/trunk/configure.ac Fri May 11 10:44:32 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.41.0])
+  AX_BOOST_BASE([1.40.0])
   if test "x$succeeded" = "xyes" ; then
     have_cpp="yes"
   fi


Reply via email to