summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-28 21:45:38 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-28 21:45:38 +0000
commite99f9060555b67518fe6a3d8303d162b0c4f93a3 (patch)
tree6b583d91beea4877defa557570fa795483314d00 /configure
parentf5a8510c7cac37c83acd5faf88c537551e6c21f9 (diff)
downloadqemu-e99f9060555b67518fe6a3d8303d162b0c4f93a3.tar.gz
FreeBSD fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1536 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 b45408afb4..19a0ec900f 100755
--- a/configure
+++ b/configure
@@ -99,7 +99,7 @@ mingw32="yes"
FreeBSD)
bsd="yes"
oss="yes"
-if [ "$cpu" = "i386" ] ; then
+if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
kqemu="yes"
fi
;;