]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Improve the audio driver check
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Jul 2008 16:57:30 +0000 (16:57 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Jul 2008 16:57:30 +0000 (16:57 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4907 c046a42c-6fe2-441c-8c8c-71466251a162

configure

index 535aa24628274ccb3e7306d7840fb2b3962f5434..c43fa88bb101a63468281a83041341ed8233966a 100755 (executable)
--- a/configure
+++ b/configure
@@ -796,7 +796,7 @@ for drv in $audio_drv_list; do
     ;;
 
     *)
-    echo "$audio_possible_drivers" | grep -q "$drv" || {
+    echo "$audio_possible_drivers" | grep -q "\<$drv\>" || {
         echo
         echo "Error: Unknown driver '$drv' selected"
         echo "Possible drivers are: $audio_possible_drivers"