commit | 07d9ac44422cf5dc3427c94487f7255479db6814 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Mon Aug 03 14:46:25 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 10 13:05:39 2009 -0500 |
tree | dcf290ac7dff5f12f27df5490902398e4c3eef50 | |
parent | c81da56e97a4a775428033f750f1e08136aced97 [diff] [blame] |
move SDL_LIBS Win32 hack to configure Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
diff --git a/configure b/configure index 3229e6c..a014e78 100755 --- a/configure +++ b/configure
@@ -887,6 +887,9 @@ 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 ##########################################