mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue