build: set minimum required Boost to 1.64.0

This commit is contained in:
fanquake
2021-06-23 14:14:56 +08:00
parent 03aa59a4e5
commit 2bf211696b
2 changed files with 2 additions and 2 deletions

View File

@ -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