From: Daniel Stenberg Date: Sun, 25 Apr 2004 15:23:23 +0000 (+0000) Subject: updated the warning text when SSL is explicitly disabled X-Git-Tag: upstream/7.37.1~12893 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bdc4b20062e96b2ca47f948434b438e730a412e;p=platform%2Fupstream%2Fcurl.git updated the warning text when SSL is explicitly disabled --- diff --git a/configure.ac b/configure.ac index 0c6acff..bada5a2 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.