changeset 1031:d9791ad3bc7a

fix notfound bug. asszem.
author pontscho
date Tue, 05 Jun 2001 10:33:05 +0000
parents a68f7553ee0d
children e34336f4feaf
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 05 10:29:37 2001 +0000
+++ b/configure	Tue Jun 05 10:33:05 2001 +0000
@@ -608,7 +608,7 @@
 $_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>