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
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue