Skip to content

Commit 6ae20df

Browse files
committed
Merge #8310: build: require boost for bench
cf2ef78 build: require boost for bench (Cory Fields)
2 parents 0cca2fe + cf2ef78 commit 6ae20df

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)