From acda94b189832bb11022a5e5d152d7f3fe9b331e Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Mon, 13 Apr 2009 16:23:22 +0000 Subject: [PATCH] Skip KVM probe for OpenSolaris git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7101 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 7aa4096552..ed6e582a39 100755 --- 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.