build: add building libconsensus to end-of-configure output

This commit is contained in:
fanquake 2020-07-14 21:04:45 +08:00
parent 8f360e349e
commit 012bdec1b7
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -1883,6 +1883,7 @@ echo
echo "Options used to compile and link:"
echo " boost process = $ax_cv_boost_process"
echo " multiprocess = $build_multiprocess"
echo " with libs = $build_bitcoin_libs"
echo " with wallet = $enable_wallet"
if test "x$enable_wallet" != "xno"; then
echo " with sqlite = $use_sqlite"