Make 'tunala' link with zlib if possible (so it works if openssl was

configured with zlib support).
This commit is contained in:
Geoff Thorpe 2002-12-11 19:07:03 +00:00
parent b9b6e14b4a
commit e5a08ce44d

View file

@ -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)