mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
refixed test for HAVE_ALSA
This commit is contained in:
parent
6b76dbfe17
commit
c09420da6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue