bump min boost to 1.36 to accord with 72008502c1

time-shift
Sébastien Villemot 2011-01-24 17:52:33 -05:00
parent f21d54b7d5
commit afeaf1ead0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ AC_PROG_MKDIR_P
AX_PTHREAD
# Check for boost libraries used in estimation DLL
AC_LANG_PUSH([C++])
AX_BOOST_BASE([1.34])
AX_BOOST_BASE([1.36])
CPPFLAGS_SAVED="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
AC_CHECK_HEADER([boost/random/linear_congruential.hpp], [], [AC_MSG_ERROR([Can't find Boost Random Library])])