]> granicus.if.org Git - icinga2/commitdiff
Changed minimum version for Boost to 1.42
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 17 Sep 2012 09:17:15 +0000 (11:17 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 17 Sep 2012 09:17:15 +0000 (11:17 +0200)
configure.ac

index dd99c5000ec3b721c18ff8757f083d43e87feaa8..010e29c40db7b7a4dbddd86ebe6b15dfdfa1c932 100644 (file)
@@ -51,7 +51,7 @@ AM_PROG_LEX
 AC_PROG_YACC
 AC_PROG_LIBTOOL
 AX_CXX_GCC_ABI_DEMANGLE
-AX_BOOST_BASE([1.46], [], [AC_MSG_ERROR([You need the Boost headers and libraries in order to build this application])])
+AX_BOOST_BASE([1.42], [], [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