aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-06-23 14:14:56 +0800
committerfanquake <fanquake@gmail.com>2021-06-23 15:48:37 +0800
commit2bf211696b8cd355856995ba821c74e67385b77d (patch)
tree442cca096d13963fcb7a5cd77f57b2d652a622a6 /configure.ac
parent03aa59a4e58f6cf98bc803699ea4e117bdc2a9f1 (diff)
downloadbitcoin-2bf211696b8cd355856995ba821c74e67385b77d.tar.xz
build: set minimum required Boost to 1.64.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8cfa2d39e1..dfe636cbb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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