aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2016-07-06 17:29:43 -0400
committerCory Fields <cory-nospam-@coryfields.com>2016-07-06 17:31:54 -0400
commitcf2ef786a1ef78edefd7c1029feb46d1a9061b75 (patch)
treead8f5804d4246a8f85b1dc9c3e4cec36b95ff9a5
parent91abb77970f47b1f6166e564bc695ed30c75bb63 (diff)
downloadbitcoin-cf2ef786a1ef78edefd7c1029feb46d1a9061b75.tar.xz
build: require boost for bench
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97af58bd7c..496e4ad9e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -583,7 +583,7 @@ BITCOIN_QT_INIT
dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
BITCOIN_QT_CONFIGURE([$use_pkgconfig], [qt5])
-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
use_boost=no
else
use_boost=yes