git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3e412b
)
change the function in the zlib check to one we actually use
author
kramm
<kramm>
Sun, 28 Oct 2001 21:52:42 +0000
(21:52 +0000)
committer
kramm
<kramm>
Sun, 28 Oct 2001 21:52:42 +0000
(21:52 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
6435fe2
..
d26ef63
100644
(file)
--- 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"