]> granicus.if.org Git - icinga2/commitdiff
set boost required to 1.42
authorMichael Friedrich <michael.friedrich@gmail.com>
Sat, 15 Sep 2012 11:22:40 +0000 (13:22 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 15 Sep 2012 11:22:40 +0000 (13:22 +0200)
configure.ac

index 2cf92a89d911116e99125d597179786b87d7d0b1..3de936e2d7e0479a7fa07d75d169220cc8fc3423 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