mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
build: add building libconsensus to end-of-configure output
This commit is contained in:
parent
8f360e349e
commit
012bdec1b7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue