mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02: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
Add a link
Reference in a new issue