changeset 1011:d1e70889094e

Fixing ./configure, please LEARN writing shell scripts before committing ...
author lgb
date Mon, 04 Jun 2001 19:45:07 +0000
parents 6d3a6d42c831
children f736cf67a5ab
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jun 04 19:33:28 2001 +0000
+++ b/configure	Mon Jun 04 19:45:07 2001 +0000
@@ -1165,8 +1165,8 @@
  _gui='#undef HAVE_GUI'
 fi
 
-if [ $_alsaver != 'not found' ]; then
- [ $_alsaver == '0.5.x' ] && { _aosrc="$_aosrc ao_alsa5.c"; $_alsa='#define HAVE_ALSA5'; } 
+if [ "$_alsaver" != "not found" ]; then
+[ $_alsaver == '0.5.x' ] && { _aosrc="$_aosrc ao_alsa5.c"; $_alsa='#define HAVE_ALSA5'; } 
 # [ $_alsaver == '0.9.x' ] && { _aosrc="$_aosrc ao_alsa9.c"; }
 else
  _alsa=' '