Skip to content

Commit cf72925

Browse files
committed
configure.ac: remove Bashism
1 parent fe03f7a commit cf72925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1923,7 +1923,7 @@ if test x$bitcoin_enable_qt != xno; then
19231923
echo " with qr = $use_qr"
19241924
fi
19251925
echo " with zmq = $use_zmq"
1926-
if test x$enable_fuzz == xno; then
1926+
if test x$enable_fuzz = xno; then
19271927
echo " with test = $use_tests"
19281928
else
19291929
echo " with test = not building test_bitcoin because fuzzing is enabled"

0 commit comments

Comments
 (0)