From 07d9ac44422cf5dc3427c94487f7255479db6814 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:46:25 +0200 Subject: move SDL_LIBS Win32 hack to configure Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 3229e6c13a..a014e786b0 100755 --- a/configure +++ b/configure @@ -887,6 +887,9 @@ EOF if compile_prog "$sdl_cflags" "$sdl_libs" ; then sdl_libs="$sdl_libs -lX11" fi + if test "$mingw32" = "yes" ; then + sdl_libs="`echo $sdl_libs | sed s/-mwindows//g` -mconsole" + fi fi ########################################## -- cgit v1.2.3