Make 'tunala' link with zlib if possible (so it works if openssl was
configured with zlib support).
This commit is contained in:
parent
b9b6e14b4a
commit
e5a08ce44d
@ -10,6 +10,7 @@ dnl AM_PROG_LIBTOOL
|
|||||||
|
|
||||||
dnl Checks for libraries.
|
dnl Checks for libraries.
|
||||||
AC_CHECK_LIB(dl, dlopen)
|
AC_CHECK_LIB(dl, dlopen)
|
||||||
|
AC_CHECK_LIB(z, inflate)
|
||||||
AC_CHECK_LIB(socket, socket)
|
AC_CHECK_LIB(socket, socket)
|
||||||
AC_CHECK_LIB(nsl, gethostbyname)
|
AC_CHECK_LIB(nsl, gethostbyname)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user