summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Howard2007-03-09 23:03:24 +0000
committerSimon Howard2007-03-09 23:03:24 +0000
commit1eeceb39814a1a0b13cab79a675e81a27477c9e8 (patch)
tree9e670e9ceabfb7ec2abd38064e159173245f82e7 /configure.in
parentd4056662a4c70bf2817d470694a3506bb35f0b7f (diff)
downloadchocolate-doom-1eeceb39814a1a0b13cab79a675e81a27477c9e8.tar.gz
chocolate-doom-1eeceb39814a1a0b13cab79a675e81a27477c9e8.tar.bz2
chocolate-doom-1eeceb39814a1a0b13cab79a675e81a27477c9e8.zip
Don't build console mode apps; use the default -mwindows until the
stdout.txt/stderr.txt thing can be fixed. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 850
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 2d2789ff..7559470f 100644
--- a/configure.in
+++ b/configure.in
@@ -24,10 +24,6 @@ fi
AM_PATH_SDL(1.1.3)
-# Always build a console mode app
-
-SDL_LIBS=`echo $SDL_LIBS | sed 's/mwindows/mconsole/'`
-
AC_CHECK_LIB(SDL_mixer,Mix_LoadMUS,[
dnl AC_DEFINE(HAVE_LIBSDL_MIXER)
SDLMIXER_LIBS="$SDLMIXER_LIBS -lSDL_mixer"