From 1eeceb39814a1a0b13cab79a675e81a27477c9e8 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 9 Mar 2007 23:03:24 +0000 Subject: 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 --- configure.in | 4 ---- 1 file changed, 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" -- cgit v1.2.3