]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
FreeBSD fix
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 28 Jul 2005 21:45:38 +0000 (21:45 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 28 Jul 2005 21:45:38 +0000 (21:45 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1536 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index b45408afb4dad86dc2a6521676b0cbe5df1d9a57..19a0ec900f0f845d834311c20102f24199662a2b 100755 (executable)
--- 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
 ;;