From: kramm Date: Fri, 8 Oct 2004 17:45:50 +0000 (+0000) Subject: keep compiling pdf2swf if t1lib.h is missing. X-Git-Tag: release-0-6-2~2 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=932bbb0d56cfd01a14ac0e63e1d8fe8bb8850867 keep compiling pdf2swf if t1lib.h is missing. --- diff --git a/configure.in b/configure.in index de8655e..52d2d7c 100644 --- 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