Build system: upgrade Boost version requirement

time-shift
Sébastien Villemot 2011-01-18 16:26:36 -05:00
parent 89c332fdd6
commit 72008502c1
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ if test "x$YACC" = "x"; then
AM_MISSING_PROG([YACC], [bison])
fi
AX_BOOST_BASE([1.34])
# We need 1.36 because of unordered_{set,hash} used by Dynare++
AX_BOOST_BASE([1.36])
CPPFLAGS_SAVED="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"