mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
configure: print usage string for --with-ssl.
This commit is contained in:
parent
228299b4f7
commit
13028b1bae
@ -1,5 +1,8 @@
|
|||||||
2011-08-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
2011-08-10 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
|
* configure.ac: Print usage string for --with-ssl.
|
||||||
|
Reported by: Karl Berry<karl@freefriends.org>
|
||||||
|
|
||||||
* configure.ac: Check for `gnutls_priority_set_direct' when gnutls is
|
* configure.ac: Check for `gnutls_priority_set_direct' when gnutls is
|
||||||
used.
|
used.
|
||||||
Reported by: Karl Berry<karl@freefriends.org>
|
Reported by: Karl Berry<karl@freefriends.org>
|
||||||
|
@ -62,7 +62,8 @@ dnl Process features.
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_ARG_WITH(ssl,
|
AC_ARG_WITH(ssl,
|
||||||
[[ --without-ssl disable SSL autodetection]])
|
[[ --without-ssl disable SSL autodetection
|
||||||
|
--with-ssl={gnutls,openssl} specify the SSL backend. GNU TLS is the default.]])
|
||||||
|
|
||||||
AC_ARG_ENABLE(opie,
|
AC_ARG_ENABLE(opie,
|
||||||
[ --disable-opie disable support for opie or s/key FTP login],
|
[ --disable-opie disable support for opie or s/key FTP login],
|
||||||
|
Loading…
Reference in New Issue
Block a user