From: malc Date: Sat, 19 Jul 2008 16:57:30 +0000 (+0000) Subject: Improve the audio driver check X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1c9b2a52967f03ad903c0011ed392d879a3b5902;p=qemu-xen-3.3-testing.git Improve the audio driver check git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4907 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index 535aa246..c43fa88b 100755 --- 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"