From 0a18c1256a26f4fe79e1f16b26039afc6d73c9de Mon Sep 17 00:00:00 2001 From: "Timothy C. McGrath" Date: Mon, 12 Nov 2001 23:49:08 +0000 Subject: [PATCH] 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) --- tools/qfcc/configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qfcc/configure.in b/tools/qfcc/configure.in index 13b49648f..68cdca0de 100644 --- a/tools/qfcc/configure.in +++ b/tools/qfcc/configure.in @@ -34,6 +34,8 @@ fi dnl Checks for libraries. +AC_CHECK_LIB(z, gztell,, +) dnl Checks for header files. AC_HEADER_STDC