summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-02-14 10:29:52 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2020-02-14 10:29:52 +0100
commitb92b628fd541c5450ecef44eff083e0e3ec071ee (patch)
tree87572cf53d214ff40d81c0ce96871c797c338df7 /configure.ac
parenta274740598c8f99d79d86fab27be4361afc421b4 (diff)
downloadwget-b92b628fd541c5450ecef44eff083e0e3ec071ee.tar.gz
* configure.ac: List 'no' for --with-ssl in help output
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f432a469..43f41dc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],