Reflect in kvm's configure the qemu options used to enable support for
the different libraries used for audio support propagation and the list
of audio devices emulated

Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]>
---
 configure |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 72337c9..2558e0e 100755
--- a/configure
+++ b/configure
@@ -30,10 +30,11 @@ usage() {
 
 EOF
     cd qemu
-    ./configure --help | egrep "enable-|disable-" \
+    ./configure --help | egrep "enable-|disable-|audio-|Available" \
        | grep -v user | grep -v system | grep -v kqemu | grep -v kvm \
        | sed -e "s/^  /    /g" \
-       | sed -e"s/  enable/enable/g" | sed -e "s/  disable/disable/g"
+       | sed -e "s/  enable/enable/g" | sed -e "s/  disable/disable/g" \
+       | sed -e "s/  set/set/g" | sed -e "s/  Available/Available/g"
     exit 1
 }
 
-- 
1.5.4.5

--
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