[Mplayer-cvslog] CVS: main configure,1.320,1.321

Bohdan 'Nexus' Horst nexus at mplayer.dev.hu
Fri Dec 7 00:23:17 CET 2001


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

Modified Files:
	configure 
Log Message:
==/= fix

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -r1.320 -r1.321
--- configure	6 Dec 2001 22:26:41 -0000	1.320
+++ configure	6 Dec 2001 23:23:06 -0000	1.321
@@ -2174,7 +2174,7 @@
         done
     fi
     test "$_xanimlibdir" && _xanim=yes
-    if test "$_xanim" == yes ; then
+    if test "$_xanim" = yes ; then
       echores "yes (found: $_xanimlibdir)"
     else
       echores "no suitable directory found"
@@ -2314,7 +2314,7 @@
 
 
 echocheck "libmp3lame (for mencoder)"
-if test "$_mp3lame" == auto ; then
+if test "$_mp3lame" = auto ; then
   cat > $TMPC <<EOF
 #include <lame/lame.h>
 int main(void) { (void) lame_init(); return 0; }




More information about the MPlayer-cvslog mailing list