Skip KVM probe for OpenSolaris
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 13 Apr 2009 16:23:22 +0000 (16:23 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 13 Apr 2009 16:23:22 +0000 (16:23 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7101 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 7aa4096552e7807f6b0172e351ae539e9550cefd..ed6e582a396cea37b9e6d876aa077b3d6bf7b4e5 100755 (executable)
--- a/configure
+++ b/configure
@@ -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.