diff options
author | bellard | 2008-05-30 22:48:25 +0200 |
---|---|---|
committer | bellard | 2008-05-30 22:48:25 +0200 |
commit | da260249a4109b1ac82016b27973c50f0a74311a (patch) | |
tree | 8eee1bfd192fb400174a4a9207349e57e649817b /configure | |
parent | Handle NULL argp/envp in execve syscall. (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |