Skip to content

Commit cf2ef78

Browse files
committed
build: require boost for bench
1 parent 91abb77 commit cf2ef78

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
@@ -583,7 +583,7 @@ BITCOIN_QT_INIT
583583
dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
584584
BITCOIN_QT_CONFIGURE([$use_pkgconfig], [qt5])
585585

586-
if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests = xnononono; then
586+
if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests$use_bench = xnonononono; then
587587
use_boost=no
588588
else
589589
use_boost=yes

0 commit comments

Comments
 (0)