From: kramm Date: Sun, 28 Oct 2001 21:52:42 +0000 (+0000) Subject: change the function in the zlib check to one we actually use X-Git-Tag: release-0-1-0~94 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=0dfebd5a91a55c61540eb98551f18d76747baed1 change the function in the zlib check to one we actually use --- 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"