]> granicus.if.org Git - icinga2/commitdiff
Fixed error with detecting Boost library.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 10 Sep 2012 13:50:49 +0000 (15:50 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 10 Sep 2012 13:50:49 +0000 (15:50 +0200)
configure.ac

index 266f1817206654c0f71a707c0549e78831dba97f..dda6eb848403fc88f9f0e5c4b61b7bb044551cd9 100644 (file)
@@ -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