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:
parent
b4f58ef24e
commit
17df9cc459
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue