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.
1 parent c3447b5 commit d642b67Copy full SHA for d642b67
configure.ac
@@ -1010,17 +1010,16 @@ AC_SUBST(LIBMEMENV)
1010
1011
dnl enable-fuzz should disable all other targets
1012
if test "x$enable_fuzz" = "xyes"; then
1013
- AC_MSG_WARN(enable-fuzz will disable all other targets)
+ AC_MSG_WARN(enable-fuzz will disable other targets)
1014
build_bitcoin_utils=no
1015
build_bitcoin_cli=no
1016
build_bitcoin_tx=no
1017
- build_bitcoin_wallet=no
1018
build_bitcoind=no
1019
build_bitcoin_libs=no
1020
bitcoin_enable_qt=no
1021
bitcoin_enable_qt_test=no
1022
bitcoin_enable_qt_dbus=no
1023
- enable_wallet=no
+ enable_wallet=yes # needs to be built for now.
1024
use_bench=no
1025
use_upnp=no
1026
use_zmq=no
0 commit comments