commit | e99f9060555b67518fe6a3d8303d162b0c4f93a3 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Jul 28 21:45:38 2005 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Thu Jul 28 21:45:38 2005 +0000 |
tree | 6b583d91beea4877defa557570fa795483314d00 | |
parent | f5a8510c7cac37c83acd5faf88c537551e6c21f9 [diff] [blame] |
FreeBSD fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1536 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/configure b/configure index b45408a..19a0ec9 100755 --- a/configure +++ b/configure
@@ -99,7 +99,7 @@ FreeBSD) bsd="yes" oss="yes" -if [ "$cpu" = "i386" ] ; then +if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then kqemu="yes" fi ;;