Skip to content

Commit 771dcfb

Browse files
kwvgPastaPastaPasta
authored andcommitted
partial bitcoin#21205: actually stop configure if Boost isn't available
includes: - c5da274
1 parent 9084ede commit 771dcfb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

configure.ac

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,11 +1411,8 @@ fi
14111411

14121412
if test x$use_boost = xyes; then
14131413

1414-
dnl Minimum required Boost version
1415-
define(MINIMUM_REQUIRED_BOOST, 1.64.0)
1416-
1417-
dnl Check for Boost libs
1418-
AX_BOOST_BASE([MINIMUM_REQUIRED_BOOST])
1414+
dnl Check for Boost headers
1415+
AX_BOOST_BASE([1.64.0],[],[AC_MSG_ERROR([Boost is not available!])])
14191416
if test x$want_boost = xno; then
14201417
AC_MSG_ERROR([[only libdashconsensus can be built without boost]])
14211418
fi

0 commit comments

Comments
 (0)