]> granicus.if.org Git - curl/commitdiff
updated the warning text when SSL is explicitly disabled
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Apr 2004 15:23:23 +0000 (15:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Apr 2004 15:23:23 +0000 (15:23 +0000)
configure.ac

index 0c6acff2128cf83dcae062415ebab4cfa0724fb5..bada5a28ddc4cccf9d977b94fde61838a8fdf72f 100644 (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.