From 932bbb0d56cfd01a14ac0e63e1d8fe8bb8850867 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 8 Oct 2004 17:45:50 +0000 Subject: [PATCH] keep compiling pdf2swf if t1lib.h is missing. --- configure.in | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4