From 1815f7c64e8f6c91e030a951c64f464be75a4c8a Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 5 Mar 2003 10:28:32 +0000 Subject: fix for libgif TVT hack detection in configure patch by (Ambrose Li ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9534 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d81f125d93..6f3bf817de 100755 --- a/configure +++ b/configure @@ -3021,7 +3021,7 @@ fi echores "$_gif" -if test "$_gif" = yes ; then +case "$_gif" in yes*) echocheck "broken giflib workaround" _def_gif_tvt_hack='#define HAVE_GIF_TVT_HACK 1' @@ -3039,7 +3039,8 @@ EOF else echores "enabled" fi -fi + ;; +esac if test "$_vesa" != no ; then -- cgit v1.2.3