]> sjero.net Git - wget/commitdiff
configure: print usage string for --with-ssl.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 10 Aug 2011 20:23:53 +0000 (22:23 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Wed, 10 Aug 2011 20:23:53 +0000 (22:23 +0200)
ChangeLog
configure.ac

index e6fe47b63cf8fe9c0b03ee494afdda55363dc88f..48e9bf5b35513c9b85805e923260bea85ce3b810 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 9b139d0c73c2469150e0d396b9d5b9e1518eb1d7..d47303a5c6ebecd3c4f6b69582d1d3220cedc848 100644 (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],