Mercurial > mplayer.hg
diff configure @ 3359:5125e60fd31d
==/= fix
author | nexus |
---|---|
date | Thu, 06 Dec 2001 23:23:06 +0000 |
parents | 2ef511fe1f57 |
children | 61df27a39dc2 |
line wrap: on
line diff
--- a/configure Thu Dec 06 22:31:57 2001 +0000 +++ b/configure Thu Dec 06 23:23:06 2001 +0000 @@ -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; }