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:
89174f3
)
also disable pdf2swf if zlib.h isn't found
author
kramm
<kramm>
Mon, 29 Oct 2001 18:31:17 +0000
(18:31 +0000)
committer
kramm
<kramm>
Mon, 29 Oct 2001 18:31:17 +0000
(18:31 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
c8a10f9
..
68addcb
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-62,6
+62,10
@@
if test "x${ac_cv_header_t1lib_h}" != "xyes"; then
DISABLEPDF2SWF=true;
MISSINGLIBS="${MISSINGLIBS} t1lib.h"
fi
+if test "x${ac_cv_header_zlib_h}" != "xyes"; then
+ DISABLEPDF2SWF=true;
+ MISSINGLIBS="${MISSINGLIBS} zlib.h"
+fi
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")