From c2317edf8acd7bf3d98315c59c241dd348a723f0 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Sun, 29 Nov 2009 12:42:10 +0100 Subject: [PATCH] Revert boost requirement to 1.37 I don't want to get into testing for tr1::unordered_map, and the boost compatibility doesn't exist in 1.34. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 716cd68a..3e18ea0a 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_PROG_CXX AC_PROG_RANLIB AC_PROG_INSTALL AC_PROG_LN_S -AX_BOOST_BASE([1.34.0]) +AX_BOOST_BASE([1.37.0]) if test "x$BOOST_CPPFLAGS" != "x-I/usr/include" ; then CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS" -- 2.39.5