Set required boost version to 1.46 (at least until we've figured out the exact requirements).

This commit is contained in:
Gunnar Beutner 2012-09-14 10:25:20 +02:00
parent 9e818950d2
commit 4688c6395e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ AM_PROG_LEX
AC_PROG_YACC
AC_PROG_LIBTOOL
AX_CXX_GCC_ABI_DEMANGLE
AX_BOOST_BASE([1.20], [], [AC_MSG_ERROR([You need the Boost headers and libraries in order to build this application])])
AX_BOOST_BASE([1.46], [], [AC_MSG_ERROR([You need the Boost headers and libraries in order to build this application])])
AX_BOOST_SIGNALS
AX_BOOST_THREAD
AX_BOOST_SYSTEM