aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-08-09 05:07:28 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commit8b0bdd392317851b47bb62e90e1f6d28b47427ec (patch)
tree34674c65130a0c8528cca78698c26cb17ed8676b /configure.ac
parent749c8a565532ee4480d8f3edd83ca08f437767a4 (diff)
downloadbitcoin-8b0bdd392317851b47bb62e90e1f6d28b47427ec.tar.xz
configure: Allow building bench_bitcoin by itself
Github-Pull: #8492 Rebased-From: 216d796ce006df36427c03f0c209c48472d65bef
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 55578c8864..4c7ef8b3ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1006,8 +1006,8 @@ else
AC_MSG_RESULT([no])
fi
-if test x$build_bitcoin_utils$build_bitcoin_libs$build_bitcoind$bitcoin_enable_qt$use_tests = xnonononono; then
- AC_MSG_ERROR([No targets! Please specify at least one of: --with-utils --with-libs --with-daemon --with-gui or --enable-tests])
+if test x$build_bitcoin_utils$build_bitcoin_libs$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests = xnononononono; then
+ AC_MSG_ERROR([No targets! Please specify at least one of: --with-utils --with-libs --with-daemon --with-gui --enable-bench or --enable-tests])
fi
AM_CONDITIONAL([TARGET_DARWIN], [test x$TARGET_OS = xdarwin])