mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
- Got rid of a comma (and reworded the MSG_RESULT) to fix a
cosmetic breakage in configure.
This commit is contained in:
parent
3de95855fe
commit
958c381926
1 changed files with 2 additions and 2 deletions
|
@ -404,10 +404,10 @@ case "${host}" in
|
|||
AC_MSG_CHECKING(if SDL sound will be used)
|
||||
AC_ARG_ENABLE(sdlsound,
|
||||
[ --enable-sdlsound enable SDL sound instead of native drivers ],
|
||||
AC_MSG_RESULT(SDL sound enabled)
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(BUILD_SDLQUAKE2, 1, [Define this if you want SDL sound instead of native drivers])
|
||||
BUILD_SDLQUAKE2=yes,
|
||||
AC_MSG_RESULT(SDL sound disabled\, using native drivers)
|
||||
AC_MSG_RESULT(no)
|
||||
)
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue