From: Gunnar Beutner Date: Mon, 10 Sep 2012 13:50:49 +0000 (+0200) Subject: Fixed error with detecting Boost library. X-Git-Tag: v0.0.1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12f6b87bbc517ae5e67fd0f31b1727ac1dfe26b7;p=icinga2 Fixed error with detecting Boost library. --- diff --git a/configure.ac b/configure.ac index 266f18172..dda6eb848 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 +AX_BOOST_BASE([1.20], [], [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