From 3eb4d4595c69ac5885fb4a144e48e9a884f0186f Mon Sep 17 00:00:00 2001 From: Varunram Date: Fri, 1 Dec 2017 09:41:28 +0530 Subject: [build] Warn that only libconsensus can be built without boost --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a05896edea..f7de4c9f9a 100644 --- a/configure.ac +++ b/configure.ac @@ -761,6 +761,9 @@ define(MINIMUM_REQUIRED_BOOST, 1.47.0) dnl Check for boost libs AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST]) +if test x$want_boost = xno; then + AC_MSG_ERROR([[only libbitcoinconsensus can be built without boost]]) +fi AX_BOOST_SYSTEM AX_BOOST_FILESYSTEM AX_BOOST_PROGRAM_OPTIONS -- cgit v1.2.3