From: Daniel Stenberg Date: Tue, 19 Apr 2005 22:03:10 +0000 (+0000) Subject: remove the warning for a lacking crypto lib since it migth just be a gnutls X-Git-Tag: upstream/7.37.1~11288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21337f4776d9944f774cef075d90d7d739ed608b;p=platform%2Fupstream%2Fcurl.git remove the warning for a lacking crypto lib since it migth just be a gnutls build... --- 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