Bump the required boost version to 1.49

This commit is contained in:
Danny Robson 2012-05-17 14:15:47 +10:00
parent 54f6811058
commit 9b8419bd8d

View File

@ -179,7 +179,7 @@ esac
CHECK_RAGEL([test/ragel.c.rl])
AX_BOOST_BASE([1.42], [], [AC_MSG_ERROR([Boost version >= 1.42 required])])
AX_BOOST_BASE([1.49], [], [AC_MSG_ERROR([Boost version >= 1.42 required])])
AC_SUBST(BOOST_CPPFLAGS)
AC_SUBST(BOOST_LDFLAGS)