From: Michael Friedrich Date: Sat, 15 Sep 2012 11:22:40 +0000 (+0200) Subject: set boost required to 1.42 X-Git-Tag: v0.0.1~89^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a55c35cd658bb82481709e2ae3c764f0b01a4f6a;p=icinga2 set boost required to 1.42 --- diff --git a/configure.ac b/configure.ac index 2cf92a89d..3de936e2d 100644 --- a/configure.ac +++ b/configure.ac @@ -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