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 91abb77 commit cf2ef78Copy full SHA for cf2ef78
configure.ac
@@ -583,7 +583,7 @@ BITCOIN_QT_INIT
583
dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
584
BITCOIN_QT_CONFIGURE([$use_pkgconfig], [qt5])
585
586
-if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests = xnononono; then
+if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests$use_bench = xnonononono; then
587
use_boost=no
588
else
589
use_boost=yes
0 commit comments