aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-04-22 09:37:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-04-22 09:37:05 +0000
commit0abccc676da3b53d05750b289500dcf5144eca4c (patch)
tree377cca45adcb7f762c02754208e175cae774d723
parenta93af43974c02c675443e285fa9d9710b2f0a7c9 (diff)
--without-ssl disables OpenSSL only
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 24e27498b..8c38e29e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -888,7 +888,7 @@ dnl Default to no CA bundle
ca="no"
AC_ARG_WITH(ssl,dnl
AC_HELP_STRING([--with-ssl=PATH],[Where to look for OpenSSL, PATH points to the SSL installation (default: /usr/local/ssl); when possible, set the PKG_CONFIG_PATH environment variable instead of using this option])
-AC_HELP_STRING([--without-ssl], [disable SSL]),
+AC_HELP_STRING([--without-ssl], [disable OpenSSL]),
OPT_SSL=$withval)
if test X"$OPT_SSL" != Xno; then