Skip to content

Commit adeebb0

Browse files
committed
merge bitcoin#24051: bitcoin-{cli,tx,util} don't need UPnP, NAT-PMP, or ZMQ
1 parent 55a474f commit adeebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ if test "$use_usdt" != "no"; then
15031503
fi
15041504
AM_CONDITIONAL([ENABLE_USDT_TRACEPOINTS], [test "$use_usdt" = "yes"])
15051505

1506-
if test "$build_bitcoin_cli$build_bitcoin_tx$build_bitcoin_util$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests" = "nonononononono"; then
1506+
if test "$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests" = "nononono"; then
15071507
use_upnp=no
15081508
use_natpmp=no
15091509
use_zmq=no

0 commit comments

Comments
 (0)