X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=f07bbcdd484c532edea75f8390e996fa78476002;hp=e2c2839cbde1fe5bd69ae452fb7683ee0e2ada4c;hb=33dd61baf161b73393ffdd02cec29a6570164a65;hpb=19753c7be6d4abf315056b349c585d76c8f33103 diff --git a/configure.in b/configure.in index e2c2839..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;