diff options
| author | Cory Fields <[email protected]> | 2016-07-06 17:29:43 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-07-06 17:31:54 -0400 |
| commit | cf2ef786a1ef78edefd7c1029feb46d1a9061b75 (patch) | |
| tree | ad8f5804d4246a8f85b1dc9c3e4cec36b95ff9a5 | |
| parent | Merge #8288: qt: Network-specific example address (diff) | |
| download | discoin-cf2ef786a1ef78edefd7c1029feb46d1a9061b75.tar.xz discoin-cf2ef786a1ef78edefd7c1029feb46d1a9061b75.zip | |
build: require boost for bench
| -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 |