keep compiling pdf2swf if t1lib.h is missing.
[swftools.git] / configure.in
index 2e74220..52d2d7c 100644 (file)
@@ -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=2004-09-18-1422
+VERSION=0.6.2
 
 
 # ------------------------------------------------------------------
@@ -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