diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-08 08:37:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-08 08:37:12 +0200 |
commit | 6ae20df823d17633c37160e3c23a8e252d57ffe4 (patch) | |
tree | cb8d6d05caccb138050693bda64914b1e19727da | |
parent | 0cca2feb357a91488cf39f5ac52e3a70e0166022 (diff) | |
parent | cf2ef786a1ef78edefd7c1029feb46d1a9061b75 (diff) |
Merge #8310: build: require boost for bench
cf2ef78 build: require boost for bench (Cory Fields)
-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 |