Skip KVM probe for OpenSolaris

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7101 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2009-04-13 16:23:22 +00:00
parent 5a8ff3aa6d
commit acda94b189
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -278,6 +278,7 @@ SunOS)
make="gmake"
install="ginstall"
needs_libsunmath="no"
kvm="no"
solarisrev=`uname -r | cut -f2 -d.`
# have to select again, because `uname -m` returns i86pc
# even on an x86_64 box.