From e0c2413a9ba19154643b6a38416e75e3388ee6a8 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 27 Oct 2001 14:31:16 +0000 Subject: [PATCH] fixed a bug --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d9da65b..41b7f45 100644 --- a/configure.in +++ b/configure.in @@ -97,7 +97,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then echo "Disabling pdf2swf tool..." rm pdf2swf/Makefile echo all: > pdf2swf/Makefile - echo install: > pdf2swf/Makefile + echo install: >> pdf2swf/Makefile if test "x${DISABLEJPEG2SWF}" = "xtrue"; then echo "Disabling jpeg2swf tool..." export JPEG2SWF= -- 1.7.10.4