From 17df9cc459a0af4468c734855ed1b2efaa552333 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Sun, 29 Nov 2009 12:44:11 +0100 Subject: [PATCH] Change boost version to 1.37 again boost/tr1 doesn't support unordered_map before, and I don't want to test for it myself. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c1be73cf0..6ae6d7438 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,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"