From eea310f329b7409684f825c92a58dcc22b1de506 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 22 Jan 2005 19:13:32 +0000 Subject: [PATCH] fixed logging bug in giflib detection --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cfa16d3..89bd3b7 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,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=2005-01-09-1739 +VERSION=2005-01-21-2006 # ------------------------------------------------------------------ @@ -308,6 +308,7 @@ fi if test "x$UNGIFMISSING" = "xtrue";then DISABLEGIF2SWF=true MISSINGLIBS="${MISSINGLIBS} ungif" + PARTIAL=true fi if test "x${ac_cv_header_jpeglib_h}" '!=' "xyes"; then -- 1.7.10.4