Skip to content

Commit

Permalink
build: adjust configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Jan 25, 2024
1 parent 719cd5b commit 28a425f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ AC_MSG_CHECKING([whether to build blackmore-util])
AM_CONDITIONAL([BUILD_BITCOIN_UTIL], [test $build_bitcoin_util = "yes"])
AC_MSG_RESULT($build_bitcoin_util)

AC_MSG_CHECKING([whether to build experimental bitcoin-chainstate])
AC_MSG_CHECKING([whether to build experimental blackmore-chainstate])
if test "$build_bitcoin_chainstate" = "yes"; then
if test "$build_experimental_kernel_lib" = "no"; then
AC_MSG_ERROR([experimental blackmore-chainstate cannot be built without the experimental bitcoinkernel library. Use --with-experimental-kernel-lib]);
Expand Down

0 comments on commit 28a425f

Please sign in to comment.