summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 10:33:05 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 10:33:05 +0000
commit2354aadb283972d3f6ba2f347bf7f1acf016450e (patch)
treecc306038a768d4753f8bf90e67d2f622cedbf7aa /configure
parentc1606292ddac84252034e5599e10aed76829fcfd (diff)
downloadmpv-2354aadb283972d3f6ba2f347bf7f1acf016450e.tar.bz2
mpv-2354aadb283972d3f6ba2f347bf7f1acf016450e.tar.xz
fix notfound bug. asszem.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4eb2a62c3b..9e3e00bbb0 100755
--- a/configure
+++ b/configure
@@ -608,7 +608,7 @@ _alsaver='not found'
$_cc -o $TMPO -lasound $TMPC 2> /dev/null || _alsa=no
[ $_alsa == 'yes' ] && $TMPO && { _alsaver='0.5.x'; }
-if [ $_alsaver == 'not found' ]; then
+if [ "$_alsaver" == 'not found' ]; then
cat > $TMPC << EOF
#include <sys/asoundlib.h>
#include <sys/soundcard.h>