diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-25 15:23:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-25 15:23:23 +0000 |
commit | 1bdc4b20062e96b2ca47f948434b438e730a412e (patch) | |
tree | ab525de9ba884065315b270ce91dd3f09f8ccded /configure.ac | |
parent | 3915fecf80dbf9ca4f55fe90d92035a75c34c04d (diff) | |
download | curl-1bdc4b20062e96b2ca47f948434b438e730a412e.tar.gz |
updated the warning text when SSL is explicitly disabled
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0c6acff21..bada5a28d 100644 --- a/configure.ac +++ b/configure.ac @@ -695,7 +695,7 @@ AC_HELP_STRING([--without-ssl], [disable SSL]), if test X"$OPT_SSL" = Xno then - AC_MSG_WARN(SSL/https support disabled) + AC_MSG_WARN([SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more]) else dnl Check for and handle argument to --with-ssl. |