From 85797041a6782677b73bf55e28213f84d25bed72 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Sun, 4 Sep 2011 14:19:12 +0200 Subject: [PATCH] configure: check for libz when GNU TLS is used. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bbb336a4..352af25f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-09-04 Alan Hourihane (tiny change) + + * configure.ac: Check for libz when gnutls is used. + 2011-08-26 Giuseppe Scrivano * configure.ac: Under mingw don't check for static OpenSSL diff --git a/configure.ac b/configure.ac index 9007a0ee..76c6fa28 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #include #include -- 2.39.2