From: Geoff Thorpe Date: Wed, 11 Dec 2002 19:07:03 +0000 (+0000) Subject: Make 'tunala' link with zlib if possible (so it works if openssl was X-Git-Tag: OpenSSL_0_9_7-beta6~18^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a08ce44d39c56c00399c05d8cb217f85c38f04;p=thirdparty%2Fopenssl.git Make 'tunala' link with zlib if possible (so it works if openssl was configured with zlib support). --- diff --git a/demos/tunala/configure.in b/demos/tunala/configure.in index b2a6ffc756b..590cdbfd263 100644 --- a/demos/tunala/configure.in +++ b/demos/tunala/configure.in @@ -10,6 +10,7 @@ dnl AM_PROG_LIBTOOL dnl Checks for libraries. AC_CHECK_LIB(dl, dlopen) +AC_CHECK_LIB(z, inflate) AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(nsl, gethostbyname)