change the function in the zlib check to one we actually use
authorkramm <kramm>
Sun, 28 Oct 2001 21:52:42 +0000 (21:52 +0000)
committerkramm <kramm>
Sun, 28 Oct 2001 21:52:42 +0000 (21:52 +0000)
configure.in

index 6435fe2..d26ef63 100644 (file)
@@ -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"