diff --git a/configure.ac b/configure.ac index f24a402a65..47a3d0ce70 100644 --- a/configure.ac +++ b/configure.ac @@ -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]);