configure: print usage string for --with-ssl.

This commit is contained in:
Giuseppe Scrivano 2011-08-10 22:23:53 +02:00
parent 228299b4f7
commit 13028b1bae
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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
used.
Reported by: Karl Berry<karl@freefriends.org>

View File

@ -62,7 +62,8 @@ dnl Process features.
dnl
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,
[ --disable-opie disable support for opie or s/key FTP login],