The following one-liner eliminates an annoying -e output
during ./configure run if your /bin/sh is not bash or ksh:

$ ./configure
...
IO thread         no
Install blobs     yes
-e KVM support       yes         <===
KVM trace support no
fdt support       no
preadv support    no
$ _

(I dunno if it's qemu or kvm thing)
Thanks!

/mjt

---
--- qemu-kvm-0.11.0/configure.sav       2009-09-23 11:30:02.000000000 +0400
+++ qemu-kvm-0.11.0/configure   2009-09-27 20:04:03.230408438 +0400
@@ -1591 +1591 @@
-echo -e "KVM support       $kvm"
+echo "KVM support       $kvm"
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to