From: Jan Kiszka Date: Sun, 14 Jun 2009 18:05:02 +0000 (+0200) Subject: kvm: Restrict configure check to Linux X-Git-Tag: TizenStudio_2.0_p2.3~8657 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15943fde5dd8c08ac2d358818e1df6fa6c717a5d;p=sdk%2Femulator%2Fqemu.git kvm: Restrict configure check to Linux There is no point in trying to find KVM on anything else than Linux, at least for the moment. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index b68cc20..513a0f4 100755 --- a/configure +++ b/configure @@ -190,7 +190,7 @@ io_thread="no" nptl="yes" mixemu="no" bluez="yes" -kvm="yes" +kvm="no" kerneldir="" aix="no" blobs="yes" @@ -290,7 +290,6 @@ 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. @@ -330,6 +329,7 @@ audio_possible_drivers="oss alsa sdl esd pa" linux="yes" linux_user="yes" usb="linux" +kvm="yes" if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then kqemu="yes" audio_possible_drivers="$audio_possible_drivers fmod"