mirror of
https://github.com/mirror/wget.git
synced 2025-03-26 20:10:52 +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
|
dnl SSL: Configure SSL backend to use
|
||||||
AC_ARG_WITH([ssl],
|
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
|
dnl Zlib: Configure use of zlib for compression
|
||||||
AC_ARG_WITH([zlib],
|
AC_ARG_WITH([zlib],
|
||||||
|
Loading…
Reference in New Issue
Block a user