aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b45408afb..19a0ec900 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
;;