refixed test for HAVE_ALSA

This commit is contained in:
Daniel Anderson 2004-01-19 21:41:52 +00:00
parent 6b76dbfe17
commit c09420da6b

View file

@ -906,7 +906,7 @@ QF_maGiC_VALUE
)
fi
fi
if ["$HAVE_ALSA" == "no"]; then
if test "x$HAVE_ALSA" = "xno"; 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