mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
Fix CnP error.
This commit is contained in:
parent
b218de3c30
commit
cfd5be654b
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ fi
|
||||||
|
|
||||||
dnl SDL-AUDIO checks
|
dnl SDL-AUDIO checks
|
||||||
AC_ARG_ENABLE(sdl-audio,
|
AC_ARG_ENABLE(sdl-audio,
|
||||||
[ --disable-sdl-audio disable checking for SDL-CD],
|
[ --disable-sdl-audio disable checking for SDL-AUDIO],
|
||||||
)
|
)
|
||||||
|
|
||||||
if test "x$enable_sdl_audio" != xno; then
|
if test "x$enable_sdl_audio" != xno; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue