aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-11-14 18:59:52 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-11-14 18:59:52 +0000
commit9f059eca52670b0fb2cc4562e97358331672fc0e (patch)
tree05766e5ffed51c9ffa3f34cb1f5326b519be773f /configure
parent53360e00e2a833b04554a359b2359e796a401eed (diff)
win32/SDL build fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1144 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 9d45ab9dbf..192cb56dfb 100755
--- a/configure
+++ b/configure
@@ -172,6 +172,7 @@ if test "$mingw32" = "yes" ; then
target_list="i386-softmmu ppc-softmmu sparc-softmmu"
EXESUF=".exe"
gdbstub="no"
+ oss="no"
fi
if test -z "$cross_prefix" ; then