bump min boost to 1.36 to accord with 72008502c1

time-shift
Houtan Bastani 2011-01-24 17:00:36 -05:00
parent 55399a5dc5
commit 0f12abbe9f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,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])])