Commit 1bdc4b20 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

updated the warning text when SSL is explicitly disabled

parent 3915fecf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.