summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-06 23:23:06 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-06 23:23:06 +0000
commite56ddb3c25c711835dcdd64114fc1deddcbb8d4a (patch)
tree13b7feb84641302651ca46af57ae46e30a656bf8 /configure
parent7847d4449e121293edbb41364f8f6e7de1ab5525 (diff)
downloadmpv-e56ddb3c25c711835dcdd64114fc1deddcbb8d4a.tar.bz2
mpv-e56ddb3c25c711835dcdd64114fc1deddcbb8d4a.tar.xz
==/= fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3360 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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 <<EOF
#include <lame/lame.h>
int main(void) { (void) lame_init(); return 0; }