From afeaf1ead0dcab857e87e98359979182511428a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 24 Jan 2011 17:52:33 -0500 Subject: [PATCH] bump min boost to 1.36 to accord with 72008502c1a85803255bbe3aadc383f76b4864c9 --- mex/build/octave/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex/build/octave/configure.ac b/mex/build/octave/configure.ac index fdd1e35e6..b5005415b 100644 --- a/mex/build/octave/configure.ac +++ b/mex/build/octave/configure.ac @@ -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])])