]> granicus.if.org Git - icinga2/commitdiff
Set required boost version to 1.46 (at least until we've figured out the exact requir...
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 14 Sep 2012 08:25:20 +0000 (10:25 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 14 Sep 2012 08:25:20 +0000 (10:25 +0200)
configure.ac

index dda6eb848403fc88f9f0e5c4b61b7bb044551cd9..4d5f6b24250cca046ad9c3a3e72cea8e488b501f 100644 (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