From: Tim Moore Date: Sun, 29 Nov 2009 11:44:11 +0000 (+0100) Subject: Change boost version to 1.37 again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17df9cc459a0af4468c734855ed1b2efaa552333;p=flightgear.git 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. --- 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"