Improve the audio driver check

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4907 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-07-19 16:57:30 +00:00
parent e4c63a6a77
commit 1c9b2a5296
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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