diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-07-06 17:29:43 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-07-06 17:31:54 -0400 |
commit | cf2ef786a1ef78edefd7c1029feb46d1a9061b75 (patch) | |
tree | ad8f5804d4246a8f85b1dc9c3e4cec36b95ff9a5 /configure.ac | |
parent | 91abb77970f47b1f6166e564bc695ed30c75bb63 (diff) |
build: require boost for bench
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |