summaryrefslogtreecommitdiff
path: root/m4/gst-feature.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gst-feature.m4')
-rw-r--r--m4/gst-feature.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/gst-feature.m4 b/m4/gst-feature.m4
index 6777029..3aa3f4b 100644
--- a/m4/gst-feature.m4
+++ b/m4/gst-feature.m4
@@ -262,8 +262,8 @@ printf "\n"
printf "configure: *** Plug-ins without external dependencies that will NOT be built:\n"
( for i in $GST_PLUGINS_ALL; do
- case $GST_PLUGINS_SELECTED in
- *$i*)
+ case " $GST_PLUGINS_SELECTED " in
+ *\ $i\ *)
;;
*)
printf '\t'$i'\n'