mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
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:
parent
e4c63a6a77
commit
1c9b2a5296
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue