From e56ddb3c25c711835dcdd64114fc1deddcbb8d4a Mon Sep 17 00:00:00 2001 From: nexus Date: Thu, 6 Dec 2001 23:23:06 +0000 Subject: [PATCH] ==/= fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3360 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d01de537ba..bf34baa69c 100755 --- a/configure +++ b/configure @@ -2174,7 +2174,7 @@ if test "$_xanim" = auto ; then 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 @@ fi echocheck "libmp3lame (for mencoder)" -if test "$_mp3lame" == auto ; then +if test "$_mp3lame" = auto ; then cat > $TMPC < int main(void) { (void) lame_init(); return 0; }