commit | 87ac54273f756f87a5fa8b369cc21430d4e3168b | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 25 17:35:56 2006 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Jun 25 17:35:56 2006 +0000 |
tree | 71cc75ac89174913a8ce380f847e5baf5fe3c9ed | |
parent | a18e524af0c23b083dc69f9a2eed563893d01f22 [diff] [blame] |
disable user targets by default for cross compile with mingw32 git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2014 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/configure b/configure index 59dcee4..e6c74e4 100755 --- a/configure +++ b/configure
@@ -213,7 +213,7 @@ ;; --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" ;;