1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

configure: check for libz when GNU TLS is used.

This commit is contained in:
Alan Hourihane 2011-09-04 14:19:12 +02:00 committed by Giuseppe Scrivano
parent eb557e9e77
commit 85797041a6
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2011-08-26 Giuseppe Scrivano <gscrivano@gnu.org>
* configure.ac: Under mingw don't check for static OpenSSL * configure.ac: Under mingw don't check for static OpenSSL

View File

@ -271,7 +271,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
AS_IF([test x$ssl_found != xyes], AS_IF([test x$ssl_found != xyes],
[ [
dnl Now actually check for -lssl if it wasn't already found 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/ssl.h>
#include <openssl/x509.h> #include <openssl/x509.h>
#include <openssl/err.h> #include <openssl/err.h>