You need to sign in or sign up before continuing.
提交 e5a08ce4 编写于 作者: G Geoff Thorpe

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

configured with zlib support).
上级 b9b6e14b
...@@ -10,6 +10,7 @@ dnl AM_PROG_LIBTOOL ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册