X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=f07bbcdd484c532edea75f8390e996fa78476002;hp=35604da3b10c4003093aa25ba773dc82aac64893;hb=33dd61baf161b73393ffdd02cec29a6570164a65;hpb=f20fabc9e8f5aafb8c0f939347c63b258fc54821 diff --git a/configure.in b/configure.in index 35604da..f07bbcd 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=0.6.0 +VERSION=0.6.1 # ------------------------------------------------------------------ @@ -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; @@ -288,7 +287,7 @@ if test "x${AVIFILE}" != "xtrue"; then avi2swf= fi -pdf2swf_makefile="pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile" +pdf2swf_makefile="pdf2swf/Makefile pdf2swf/xpdf/Makefile" if test "x${DISABLEPDF2SWF}" = "xtrue"; then echo "* Disabling pdf2swf tool..." rm -f pdf2swf/Makefile