mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
remove the warning for a lacking crypto lib since it migth just be a gnutls
build...
This commit is contained in:
parent
53a8e5655b
commit
21337f4776
@ -836,10 +836,7 @@ if test X"$OPT_SSL" != Xno; then
|
||||
])
|
||||
|
||||
|
||||
if test X"$HAVECRYPTO" != X"yes"; then
|
||||
AC_MSG_WARN([crypto lib was not found; SSL will be disabled])
|
||||
|
||||
else
|
||||
if test X"$HAVECRYPTO" = X"yes"; then
|
||||
dnl This is only reasonable to do if crypto actually is there: check for
|
||||
dnl SSL libs NOTE: it is important to do this AFTER the crypto lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user