Skip to content

Commit d642b67

Browse files
committed
[Build] Do not disable wallet when fuzz is enabled.
1 parent c3447b5 commit d642b67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,17 +1010,16 @@ AC_SUBST(LIBMEMENV)
10101010

10111011
dnl enable-fuzz should disable all other targets
10121012
if test "x$enable_fuzz" = "xyes"; then
1013-
AC_MSG_WARN(enable-fuzz will disable all other targets)
1013+
AC_MSG_WARN(enable-fuzz will disable other targets)
10141014
build_bitcoin_utils=no
10151015
build_bitcoin_cli=no
10161016
build_bitcoin_tx=no
1017-
build_bitcoin_wallet=no
10181017
build_bitcoind=no
10191018
build_bitcoin_libs=no
10201019
bitcoin_enable_qt=no
10211020
bitcoin_enable_qt_test=no
10221021
bitcoin_enable_qt_dbus=no
1023-
enable_wallet=no
1022+
enable_wallet=yes # needs to be built for now.
10241023
use_bench=no
10251024
use_upnp=no
10261025
use_zmq=no

0 commit comments

Comments
 (0)