We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a83f9 commit ed65719Copy full SHA for ed65719
configure.ac
@@ -1983,7 +1983,7 @@ if test x$bitcoin_enable_qt != xno; then
1983
echo " with qr = $use_qr"
1984
fi
1985
echo " with zmq = $use_zmq"
1986
-if test x$enable_fuzz == xno; then
+if test x$enable_fuzz = xno; then
1987
echo " with test = $use_tests"
1988
else
1989
echo " with test = not building test_dash because fuzzing is enabled"
0 commit comments