mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix for poor syntax. Thanks mindhog.
This commit is contained in:
parent
a00e371ceb
commit
6b76dbfe17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue