summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>