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:
19753c7
)
small fixes.
author
kramm
<kramm>
Sat, 14 Aug 2004 13:31:44 +0000
(13:31 +0000)
committer
kramm
<kramm>
Sat, 14 Aug 2004 13:31:44 +0000
(13:31 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
e2c2839
..
0f94599
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-246,10
+246,9
@@
if test "x$JPEGLIBMISSING" = "xtrue";then
DISABLEPDF2SWF=true;
DISABLEJPEG2SWF=true;
fi
-#if test "x$T1LIBMISSING" = "xtrue";then
-# MISSINGLIBS="${MISSINGLIBS} t1lib"
-# DISABLEPDF2SWF=true;
-#fi
+if test "x$T1LIBMISSING" = "xtrue";then
+ MISSINGLIBS="${MISSINGLIBS} t1lib"
+fi
if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then
DISABLEPDF2SWF=true;