mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 22:23:40 +02:00
build: set minimum required Boost to 1.64.0
This commit is contained in:
@ -1415,7 +1415,7 @@ fi
|
||||
if test x$use_boost = xyes; then
|
||||
|
||||
dnl Check for Boost headers
|
||||
AX_BOOST_BASE([1.58.0],[],[AC_MSG_ERROR([Boost is not available!])])
|
||||
AX_BOOST_BASE([1.64.0],[],[AC_MSG_ERROR([Boost is not available!])])
|
||||
if test x$want_boost = xno; then
|
||||
AC_MSG_ERROR([[only libbitcoinconsensus can be built without boost]])
|
||||
fi
|
||||
|
Reference in New Issue
Block a user