mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
updated the warning text when SSL is explicitly disabled
This commit is contained in:
parent
3915fecf80
commit
1bdc4b2006
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user