diff options
author | fanquake <fanquake@gmail.com> | 2020-07-14 21:04:45 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-12 09:04:16 +0800 |
commit | 012bdec1b7df01906566a6526e56f27d57d1653b (patch) | |
tree | 9550ffc2ac19a5083b00d8cb7055ca2a0b5df5a2 /configure.ac | |
parent | 8f360e349e365870b40a6873917c81de714ae41a (diff) |
build: add building libconsensus to end-of-configure output
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 23749c65a6..7742ba4140 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |