[Mplayer-cvslog] CVS: main configure,1.675,1.676

Michael Niedermayer CVS michael at mplayerhq.hu
Wed Mar 5 11:28:35 CET 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6592

Modified Files:
	configure 
Log Message:
fix for libgif TVT hack detection in configure patch by (Ambrose Li <a.c.li at ieee dot org>)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -r1.675 -r1.676
--- configure	25 Feb 2003 16:50:52 -0000	1.675
+++ configure	5 Mar 2003 10:28:32 -0000	1.676
@@ -3021,7 +3021,7 @@
 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 @@
   else
     echores "enabled"
   fi
-fi
+  ;;
+esac
 
 
 if test "$_vesa" != no ; then



More information about the MPlayer-cvslog mailing list