0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

fix notfound bug. asszem.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1032 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-06-05 10:33:05 +00:00
parent c1606292dd
commit 2354aadb28

2
configure vendored
View File

@ -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>