mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Yay.
This commit is contained in:
parent
12b3de8647
commit
606f0cddf1
1 changed files with 2 additions and 2 deletions
|
@ -833,7 +833,7 @@ if test "x$enable_sdl" != xno; then
|
|||
fi
|
||||
|
||||
dnl SDL-AUDIO checks
|
||||
AC_ARG_ENABLE(sdl,
|
||||
AC_ARG_ENABLE(sdl-audio,
|
||||
[ --disable-sdl-audio disable checking for SDL-CD],
|
||||
)
|
||||
|
||||
|
@ -845,7 +845,7 @@ if test "x$enable_sdl_audio" != xno; then
|
|||
fi
|
||||
|
||||
dnl SDL-CD checks
|
||||
AC_ARG_ENABLE(sdl,
|
||||
AC_ARG_ENABLE(sdl-cd,
|
||||
[ --disable-sdl-cd disable checking for SDL-CD],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue