From 21337f4776d9944f774cef075d90d7d739ed608b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Apr 2005 22:03:10 +0000 Subject: [PATCH] remove the warning for a lacking crypto lib since it migth just be a gnutls build... --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index cf6738b4c..81f06059c 100644 --- a/configure.ac +++ b/configure.ac @@ -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