summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-03 11:39:34 +0000
committerPixel <Pixel>2001-12-03 11:39:34 +0000
commit8fac2c6298c5fd2b06e7e219687766dd8cf965b3 (patch)
tree6dc9ec0dc0d6a24e528ab67dc7081d069080f1ee /configure.in
parent84944dbe0dfcadfb5c069e210c0545b88aae57dc (diff)
Zlib....
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e587dad..f94efba 100644
--- a/configure.in
+++ b/configure.in
@@ -80,6 +80,7 @@ AC_CHECK_FUNCS(getcwd getwd putenv strdup memmove memset select poll)
AC_CHECK_FUNCS(strerror strrchr strstr mempcpy nl_langinfo strcspn)
AC_SEARCH_LIBS(socket,socket)
AC_SEARCH_LIBS(gethostbyname,nsl)
+AC_SEARCH_LIBS(deflate,z)
AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_VPRINTF