Commit e5a08ce4 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

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

configured with zlib support).
parent b9b6e14b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)