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:
0fbf42e
)
keep compiling pdf2swf if t1lib.h is missing.
author
kramm
<kramm>
Fri, 8 Oct 2004 17:45:50 +0000
(17:45 +0000)
committer
kramm
<kramm>
Fri, 8 Oct 2004 17:45:50 +0000
(17:45 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
de8655e
..
52d2d7c
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-281,7
+281,6
@@
if test "x$HAVE_FREETYPE" '!=' "x1"; then
MISSINGLIBS="${MISSINGLIBS} freetype"
fi
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