diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-28 21:45:38 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-07-28 21:45:38 +0000 |
commit | e99f9060555b67518fe6a3d8303d162b0c4f93a3 (patch) | |
tree | 6b583d91beea4877defa557570fa795483314d00 /configure | |
parent | f5a8510c7cac37c83acd5faf88c537551e6c21f9 (diff) | |
download | qemu-e99f9060555b67518fe6a3d8303d162b0c4f93a3.zip |
FreeBSD fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1536 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |