Skip to content

Commit

Permalink
Merge bitcoin#24051: Bugfix: configure: bitcoin-{cli,tx,util} don't n…
Browse files Browse the repository at this point in the history
…eed UPnP, NAT-PMP, or ZMQ

9886863 Bugfix: configure: bitcoin-{cli,tx,util} don't need UPnP, NAT-PMP, or ZMQ (Luke Dashjr)

Pull request description:

  As with bitcoin#23345, these other tools likewise don't use various deps.

ACKs for top commit:
  achow101:
    ACK 9886863

Tree-SHA512: 4be056b8e0c9f69834229aa257187457de1bc34214d320b770834e21ecc1f0ca7aa7b9689fba525928947bfabbb461528795f709014fb9618b82f088fe64f271
  • Loading branch information
fanquake committed Oct 31, 2022
2 parents 2856dee + 9886863 commit 4766cd1
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 @@ -1413,7 +1413,7 @@ if test "$use_usdt" != "no"; then
fi
AM_CONDITIONAL([ENABLE_USDT_TRACEPOINTS], [test "$use_usdt" = "yes"])

if test "$build_bitcoin_cli$build_bitcoin_tx$build_bitcoin_util$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests" = "nonononononono"; then
if test "$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests" = "nononono"; then
use_upnp=no
use_natpmp=no
use_zmq=no
Expand Down

0 comments on commit 4766cd1

Please sign in to comment.