mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
configure.ac: remove Bashism
This commit is contained in:
parent
fe03f7a37f
commit
cf7292597e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue