]> sjero.net Git - wget/commitdiff
configure: check for libz when GNU TLS is used.
authorAlan Hourihane <alanh@fairlite.co.uk>
Sun, 4 Sep 2011 12:19:12 +0000 (14:19 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 4 Sep 2011 12:19:12 +0000 (14:19 +0200)
ChangeLog
configure.ac

index bbb336a4dd831d8eb2b5225d347abea7c3456df1..352af25f4d9738ea2821f21ad9285ef16479395c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-04  Alan Hourihane <alanh@fairlite.co.uk> (tiny change)
+
+       * configure.ac: Check for libz when gnutls is used.
+
 2011-08-26  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * configure.ac: Under mingw don't check for static OpenSSL
index 9007a0eecc533a203668773ff3bc047306104500..76c6fa28a61a483871101e4ab64f78bb9ae6f95a 100644 (file)
@@ -271,7 +271,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
 AS_IF([test x$ssl_found != xyes],
 [
   dnl Now actually check for -lssl if it wasn't already found
-    AC_LIB_HAVE_LINKFLAGS([ssl], [crypto], [
+    AC_LIB_HAVE_LINKFLAGS([ssl], [crypto z], [
   #include <openssl/ssl.h>
   #include <openssl/x509.h>
   #include <openssl/err.h>