Commit 87ac54273f756f87a5fa8b369cc21430d4e3168b
1 parent
a18e524a
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
Showing
1 changed file
with
1 additions
and
1 deletions
configure
... | ... | @@ -213,7 +213,7 @@ for opt do |
213 | 213 | ;; |
214 | 214 | --fmod-inc=*) fmod_inc="$optarg" |
215 | 215 | ;; |
216 | - --enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-" | |
216 | + --enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-" ; user="no" | |
217 | 217 | ;; |
218 | 218 | --disable-slirp) slirp="no" |
219 | 219 | ;; | ... | ... |