From 0dfebd5a91a55c61540eb98551f18d76747baed1 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 28 Oct 2001 21:52:42 +0000 Subject: [PATCH] change the function in the zlib check to one we actually use --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6435fe2..d26ef63 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl Checks for libraries. echo "Error: Math library not found."; exit; ) - AC_CHECK_LIB(z, crc32,, + AC_CHECK_LIB(z, deflate,, echo "Error: The zlib compression library is required." DISABLEPDF2SWF=true; MISSINGLIBS="${MISSINGLIBS} zlib" -- 1.7.10.4