From cf7292597e18ffca06b0fbf8bcd545aec387e380 Mon Sep 17 00:00:00 2001 From: Matt Whitlock Date: Fri, 19 Nov 2021 14:26:58 -0500 Subject: configure.ac: remove Bashism --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0443dd9d5c..1c5b0f51cc 100644 --- a/configure.ac +++ b/configure.ac @@ -1923,7 +1923,7 @@ if test x$bitcoin_enable_qt != xno; then echo " with qr = $use_qr" fi echo " with zmq = $use_zmq" -if test x$enable_fuzz == xno; then +if test x$enable_fuzz = xno; then echo " with test = $use_tests" else echo " with test = not building test_bitcoin because fuzzing is enabled" -- cgit v1.2.3