]> granicus.if.org Git - icinga2/commitdiff
Revert "set boost required to 1.42"
authorMichael Friedrich <michael.friedrich@gmail.com>
Sat, 22 Sep 2012 13:07:13 +0000 (15:07 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 22 Sep 2012 13:07:13 +0000 (15:07 +0200)
This reverts commit a55c35cd658bb82481709e2ae3c764f0b01a4f6a.

configure.ac

index 50eddcb079f42ca8ae064b8f2fa9632bd73a5465..9d205ae7964db63b725a9ad2be957411971d53bc 100644 (file)
@@ -51,7 +51,7 @@ AM_PROG_LEX
 AC_PROG_YACC
 AC_PROG_LIBTOOL
 AX_CXX_GCC_ABI_DEMANGLE
-AX_BOOST_BASE([1.42], [], [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