Skip to content

Commit

Permalink
FreeBSD fix
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1536 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Jul 28, 2005
1 parent f5a8510 commit e99f906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit e99f906

Please sign in to comment.