From: Gunnar Beutner Date: Fri, 14 Sep 2012 08:25:20 +0000 (+0200) Subject: Set required boost version to 1.46 (at least until we've figured out the exact requir... X-Git-Tag: v0.0.1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4688c6395e28e3c03f5b1cbcee6591bb0ec53ce4;p=icinga2 Set required boost version to 1.46 (at least until we've figured out the exact requirements). --- diff --git a/configure.ac b/configure.ac index dda6eb848..4d5f6b242 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.20], [], [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