summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbellard2008-05-30 22:48:25 +0200
committerbellard2008-05-30 22:48:25 +0200
commitda260249a4109b1ac82016b27973c50f0a74311a (patch)
tree8eee1bfd192fb400174a4a9207349e57e649817b /configure
parentHandle NULL argp/envp in execve syscall. (diff)
downloadqemu-da260249a4109b1ac82016b27973c50f0a74311a.tar.gz
qemu-da260249a4109b1ac82016b27973c50f0a74311a.tar.xz
qemu-da260249a4109b1ac82016b27973c50f0a74311a.zip
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4628 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8eec675eec..4a4ba36ffa 100755
--- a/configure
+++ b/configure
@@ -1222,7 +1222,7 @@ case "$target_cpu" in
echo "TARGET_ARCH=i386" >> $config_mak
echo "#define TARGET_ARCH \"i386\"" >> $config_h
echo "#define TARGET_I386 1" >> $config_h
- if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "i386"
+ if test $kqemu = "yes" -a "$target_softmmu" = "yes"
then
echo "#define USE_KQEMU 1" >> $config_h
fi