diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2009-06-14 20:05:02 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-16 15:18:37 -0500 |
commit | dff840348ecde00e196dca1c87d5d365b7e3c985 (patch) | |
tree | cdc1e08356ebbd2431aca186bc89c0700a8fdb50 /configure | |
parent | 4ab312f793fe9202299966de98d67d9574c572d4 (diff) | |
download | hqemu-dff840348ecde00e196dca1c87d5d365b7e3c985.zip hqemu-dff840348ecde00e196dca1c87d5d365b7e3c985.tar.gz |
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 <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |