qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4907] Improve the audio driver check


From: malc
Subject: [Qemu-devel] [4907] Improve the audio driver check
Date: Sat, 19 Jul 2008 16:57:31 +0000

Revision: 4907
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4907
Author:   malc
Date:     2008-07-19 16:57:30 +0000 (Sat, 19 Jul 2008)

Log Message:
-----------
Improve the audio driver check

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure     2008-07-19 16:15:16 UTC (rev 4906)
+++ trunk/configure     2008-07-19 16:57:30 UTC (rev 4907)
@@ -796,7 +796,7 @@
     ;;
 
     *)
-    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"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]