build: Bump minimum required Boost to 1.73.0 to support C++20

Boost versions <1.73 have C++20-specific bugs that were fixed in the
following commits:
- 15fcf21356
- 495c095dc0
This commit is contained in:
Hennadii Stepanov
2023-12-12 19:38:55 +00:00
parent d646ca35d9
commit 49a90915aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1454,7 +1454,7 @@ fi
if test "$use_boost" = "yes"; then
dnl Check for Boost headers
AX_BOOST_BASE([1.64.0],[],[AC_MSG_ERROR([Boost is not available!])])
AX_BOOST_BASE([1.73.0],[],[AC_MSG_ERROR([Boost is not available!])])
if test "$want_boost" = "no"; then
AC_MSG_ERROR([only libbitcoinconsensus can be built without Boost])
fi