|
@@ -0,0 +1,31 @@
+--- configure.orig 2011-06-07 20:44:51.878023224 +0200
++++ configure 2011-06-07 20:45:20.449776413 +0200
+@@ -1570,7 +1570,7 @@
+ [default=no]
+ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
+ --without-lib-prefix don't search for libraries in includedir and libdir
+- --with-boost=DIR prefix of Boost 1.37.0 [guess]
++ --with-boost=DIR prefix of Boost 1.36.0 [guess]
+ --with-gnu-ld assume the C compiler uses GNU ld default=no
+ --with-libevent-prefix[=DIR] search for libevent in DIR/include and DIR/lib
+ --without-libevent-prefix don't search for libevent in includedir and libdir
+@@ -19431,7 +19431,7 @@
+
+ echo "$as_me: this is boost.m4 serial 15" >&5
+ boost_save_IFS=$IFS
+-boost_version_req=1.37.0
++boost_version_req=1.36.0
+ IFS=.
+ set x $boost_version_req 0 0 0
+ IFS=$boost_save_IFS
+--- configure.ac.orig 2011-06-07 20:44:46.353436303 +0200
++++ configure.ac 2011-06-07 20:45:04.805789435 +0200
+@@ -28,7 +28,7 @@
+ # +- increment if interfaces have been added, removed or changed
+ AC_SUBST(GEARMAN_LIBRARY_VERSION)
+
+-BOOST_REQUIRE(1.37.0)
++BOOST_REQUIRE(1.36.0)
+ BOOST_PROGRAM_OPTIONS(mt-)
+
+
|