diff options
author | bellard | 2006-06-25 19:35:56 +0200 |
---|---|---|
committer | bellard | 2006-06-25 19:35:56 +0200 |
commit | 87ac54273f756f87a5fa8b369cc21430d4e3168b (patch) | |
tree | 71cc75ac89174913a8ce380f847e5baf5fe3c9ed /configure | |
parent | multiple wait object support for win32 (kazu) (diff) | |
download | qemu-87ac54273f756f87a5fa8b369cc21430d4e3168b.tar.gz qemu-87ac54273f756f87a5fa8b369cc21430d4e3168b.tar.xz qemu-87ac54273f756f87a5fa8b369cc21430d4e3168b.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |