Skip to content

Commit 216d796

Browse files
committed
configure: Allow building bench_bitcoin by itself
1 parent e4382fb commit 216d796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,8 +1003,8 @@ else
10031003
AC_MSG_RESULT([no])
10041004
fi
10051005

1006-
if test x$build_bitcoin_utils$build_bitcoin_libs$build_bitcoind$bitcoin_enable_qt$use_tests = xnonononono; then
1007-
AC_MSG_ERROR([No targets! Please specify at least one of: --with-utils --with-libs --with-daemon --with-gui or --enable-tests])
1006+
if test x$build_bitcoin_utils$build_bitcoin_libs$build_bitcoind$bitcoin_enable_qt$use_bench$use_tests = xnononononono; then
1007+
AC_MSG_ERROR([No targets! Please specify at least one of: --with-utils --with-libs --with-daemon --with-gui --enable-bench or --enable-tests])
10081008
fi
10091009

10101010
AM_CONDITIONAL([TARGET_DARWIN], [test x$TARGET_OS = xdarwin])

0 commit comments

Comments
 (0)