We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94368d6 + 216d796 commit fe1780eCopy full SHA for fe1780e
configure.ac
@@ -1012,8 +1012,8 @@ else
1012
AC_MSG_RESULT([no])
1013
fi
1014
1015
-if test x$build_bitcoin_utils$build_bitcoin_libs$build_bitcoind$bitcoin_enable_qt$use_tests = xnonononono; then
1016
- 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])
1017
1018
1019
AM_CONDITIONAL([TARGET_DARWIN], [test x$TARGET_OS = xdarwin])
0 commit comments