From 0fe1107330488244388ef63f47c7816725ae3d43 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 7aa4096..ed6e582 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. -- 2.7.4