]> sjero.net Git - wget/blobdiff - configure.ac
configure: Fix gnutls detection.
[wget] / configure.ac
index 4eb958a25357113433ac4ce748687457de32dbe3..2c01089f484650d65d85a49271852c581f7ada1f 100644 (file)
@@ -268,7 +268,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
     AC_CHECK_LIB(gcrypt, gcry_control)
     AC_CHECK_LIB(gnutls, main)
 
-    if test x"$ac_cv_lib_gnutls_main" != x
+    if test x"$ac_cv_lib_gnutls_main" != xno
     then
       AC_MSG_NOTICE([compiling in support for SSL via GnuTLS])
       AC_LIBOBJ([gnutls])