mirror of
https://github.com/mirror/wget.git
synced 2025-02-04 08:40:18 +08:00
* configure.ac: List 'no' for --with-ssl in help output
This commit is contained in:
parent
a274740598
commit
b92b628fd5
@ -70,7 +70,7 @@ AC_ARG_WITH([libpsl],
|
||||
|
||||
dnl SSL: Configure SSL backend to use
|
||||
AC_ARG_WITH([ssl],
|
||||
[AS_HELP_STRING([--with-ssl={gnutls,openssl}], [specify SSL backend. GNU TLS is the default.])])
|
||||
[AS_HELP_STRING([--with-ssl={gnutls,openssl,no}], [specify SSL backend. GNU TLS is the default.])])
|
||||
|
||||
dnl Zlib: Configure use of zlib for compression
|
||||
AC_ARG_WITH([zlib],
|
||||
|
Loading…
Reference in New Issue
Block a user