Update of /cvsroot/mplayer/main In directory mail:/var/tmp.root/cvs-serv9594 Modified Files: configure Log Message: gif support: added tests with the X11 libs (required by some lib(un)gif) Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.472 retrieving revision 1.473 diff -u -r1.472 -r1.473 --- configure 14 May 2002 12:37:37 -0000 1.472 +++ configure 18 May 2002 09:21:35 -0000 1.473 @@ -2350,6 +2350,12 @@ elif cc_check -lgif && "$TMPO" >> "$TMPLOG" ; then _gif=yes _ld_gif="-lgif" + elif cc_check -lungif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then + _gif=yes + _ld_gif="-lungif $_ld_x11" + elif cc_check -lgif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then + _gif=yes + _ld_gif="-lgif $_ld_x11" fi fi