We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a474f commit adeebb0Copy full SHA for adeebb0
configure.ac
@@ -1503,7 +1503,7 @@ if test "$use_usdt" != "no"; then
1503
fi
1504
AM_CONDITIONAL([ENABLE_USDT_TRACEPOINTS], [test "$use_usdt" = "yes"])
1505
1506
-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
1507
use_upnp=no
1508
use_natpmp=no
1509
use_zmq=no
0 commit comments