Fix configure for zlib and static compiling. static compiling is still broken

But I'm sure taniwha is going to fix that shortly anyway :)

Tim McGrath
(Misty-chan)
This commit is contained in:
Timothy C. McGrath 2001-11-12 23:49:08 +00:00
parent 9ca6728fa4
commit 0a18c1256a

View file

@ -34,6 +34,8 @@ fi
dnl Checks for libraries.
AC_CHECK_LIB(z, gztell,,
)
dnl Checks for header files.
AC_HEADER_STDC