From: kramm Date: Sat, 22 Jan 2005 19:13:32 +0000 (+0000) Subject: fixed logging bug in giflib detection X-Git-Tag: release-0-6-3~21 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=eea310f329b7409684f825c92a58dcc22b1de506 fixed logging bug in giflib detection --- 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