]> sjero.net Git - wget/commitdiff
configure: Fix gnutls detection.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 26 Mar 2011 18:54:47 +0000 (19:54 +0100)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 26 Mar 2011 18:54:47 +0000 (19:54 +0100)
ChangeLog
configure.ac

index 31b2224999b40b55a7956fe5eaf1f43055c7ed7c..abf36c49e3a5d6d965ff6c4b4cbedf510256ab7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-26  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * configure.ac: Fix the gnutls detection.
+
 2011-03-21  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * bootstrap: Update from gnulib.
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])