From fecde40a906a03221ad28fe17d8af1ace64c04d1 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:46:09 +0200 Subject: [PATCH] refactor kqemu selection for both mingw32 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- configure | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/configure b/configure index bb8e387424..0f090b1c89 100755 --- a/configure +++ b/configure @@ -236,16 +236,10 @@ case $targetos in CYGWIN*) mingw32="yes" CFLAGS="-mno-cygwin $CFLAGS" -if [ "$cpu" = "i386" ] ; then - kqemu="yes" -fi audio_possible_drivers="sdl" ;; MINGW32*) mingw32="yes" -if [ "$cpu" = "i386" ] ; then - kqemu="yes" -fi audio_possible_drivers="dsound sdl fmod" ;; GNU/kFreeBSD) @@ -365,6 +359,9 @@ if [ "$bsd" = "yes" ] ; then fi if test "$mingw32" = "yes" ; then + if [ "$cpu" = "i386" ] ; then + kqemu="yes" + fi EXESUF=".exe" CFLAGS="-DWIN32_LEAN_AND_MEAN -DWINVER=0x501 $CFLAGS" fi