From: Gunnar Beutner Date: Mon, 17 Sep 2012 09:17:15 +0000 (+0200) Subject: Changed minimum version for Boost to 1.42 X-Git-Tag: v0.0.1~80^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7b55f49260b48f3a6cb695a2ca445f137cc46ac;p=icinga2 Changed minimum version for Boost to 1.42 --- diff --git a/configure.ac b/configure.ac index dd99c5000..010e29c40 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