]> xenbits.xensource.com Git - qemu-xen-4.4-testing.git/commitdiff
disable user targets by default for cross compile with mingw32
authorbellard <bellard>
Sun, 25 Jun 2006 17:35:56 +0000 (17:35 +0000)
committerbellard <bellard>
Sun, 25 Jun 2006 17:35:56 +0000 (17:35 +0000)
configure

index 59dcee48f5adff53470495cf824e999259a39b97..e6c74e4ec55dfdabafc557f6667c7d8dd295d1d5 100755 (executable)
--- a/configure
+++ b/configure
@@ -213,7 +213,7 @@ for opt do
   ;;
   --fmod-inc=*) fmod_inc="$optarg"
   ;;
-  --enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-"
+  --enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-" ; user="no"
   ;;
   --disable-slirp) slirp="no"
   ;;