Fix for poor syntax. Thanks mindhog.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2004-01-19 21:21:23 +00:00
parent a00e371ceb
commit 6b76dbfe17
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ QF_maGiC_VALUE
)
fi
fi
if HAVE_ALSA == "no"; then
if ["$HAVE_ALSA" == "no"]; then
if test "x$enable_alsa" != "xno"; then
if test "x$ac_cv_header_sys_asoundlib_h" = "xyes" -o \
"x$ac_cv_header_alsa_asoundlib_h" = "xyes"; then