diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-07-08 08:37:00 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-07-08 08:37:12 +0200 |
| commit | 6ae20df823d17633c37160e3c23a8e252d57ffe4 (patch) | |
| tree | cb8d6d05caccb138050693bda64914b1e19727da | |
| parent | Merge #8304: [travis] Update SDK_URL (diff) | |
| parent | build: require boost for bench (diff) | |
| download | discoin-6ae20df823d17633c37160e3c23a8e252d57ffe4.tar.xz discoin-6ae20df823d17633c37160e3c23a8e252d57ffe4.zip | |
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 97af58bd7..496e4ad9e 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 |