From 958c38192691b5e79ccae022afc2a7d0438d7299 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Fri, 6 Dec 2002 15:03:15 +0000 Subject: [PATCH] - Got rid of a comma (and reworded the MSG_RESULT) to fix a cosmetic breakage in configure. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5724cd0..a626457 100644 --- a/configure.in +++ b/configure.in @@ -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) ) ;; *)