mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
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:
parent
9ca6728fa4
commit
0a18c1256a
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ fi
|
|||
|
||||
|
||||
dnl Checks for libraries.
|
||||
AC_CHECK_LIB(z, gztell,,
|
||||
)
|
||||
|
||||
dnl Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
|
|
Loading…
Reference in a new issue