1
0
Fork 0

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.
This commit is contained in:
Tim Moore 2009-11-29 12:44:11 +01:00
parent b4f58ef24e
commit 17df9cc459

View file

@ -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"