remove the warning for a lacking crypto lib since it migth just be a gnutls

build...
This commit is contained in:
Daniel Stenberg 2005-04-19 22:03:10 +00:00
parent 53a8e5655b
commit 21337f4776
1 changed files with 1 additions and 4 deletions

View File

@ -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