# HG changeset patch # User nexus # Date 1007680986 0 # Node ID 5125e60fd31da37d297748ddb2f14ce3530d40e6 # Parent 4c97a945398c34242f4e2c05f7b82a8564423899 ==/= fix diff -r 4c97a945398c -r 5125e60fd31d configure --- 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 < int main(void) { (void) lame_init(); return 0; }