updated the warning text when SSL is explicitly disabled

This commit is contained in:
Daniel Stenberg 2004-04-25 15:23:23 +00:00
parent 3915fecf80
commit 1bdc4b2006
1 changed files with 1 additions and 1 deletions

View File

@ -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.