aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 535aa2462..c43fa88bb 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"