From 69b837b5b6ee978e517fabcdbc2d33ce522fa96c Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 22 May 2002 18:04:02 +0000 Subject: [PATCH] systems without t1lib/jpeglib were not able to compile swftools. Fixed. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9e68e23..d4ea59a 100644 --- a/configure.in +++ b/configure.in @@ -131,7 +131,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then export JPEG2SWF fi echo "***************************************************" - FILES="./release ${avi2swf} Makefile lib/Makefile src/Makefile swfs/Makefile" + FILES="./release ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile swfs/Makefile" else FILES="./release ${avi2swf} Makefile lib/lame/Makefile lib/Makefile src/Makefile pdf2swf/Makefile pdf2swf/xpdf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/fonts/Makefile swfs/Makefile" fi -- 1.7.10.4