mirror of
https://github.com/mirror/wget.git
synced 2025-04-25 12:40:30 +08:00
* configure.ac: Don't use Bashisms
This commit is contained in:
parent
5a7f2f7e87
commit
1e89e5f66c
@ -978,7 +978,7 @@ AM_CONDITIONAL([IRI_IS_ENABLED], [test "X$iri" != "Xno"])
|
||||
AM_CONDITIONAL([WITH_SSL], [test "X$with_ssl" != "Xno"])
|
||||
AM_CONDITIONAL([METALINK_IS_ENABLED], [test "X$with_metalink" != "Xno"])
|
||||
AM_CONDITIONAL([WITH_XATTR], [test "X$ENABLE_XATTR" != "Xno"])
|
||||
AM_CONDITIONAL([WITH_NTLM], [test "X$ENABLE_NTLM" == "Xyes"])
|
||||
AM_CONDITIONAL([WITH_NTLM], [test "X$ENABLE_NTLM" = "Xyes"])
|
||||
|
||||
dnl
|
||||
dnl Create output
|
||||
|
Loading…
Reference in New Issue
Block a user