FreeBSD fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1536 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-07-28 21:45:38 +00:00
parent f5a8510c7c
commit e99f906055
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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
;;