From 0823ac6b46b7332109bbc5f1ef40e24e648fae51 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Wed, 14 May 2008 18:21:56 +0000 Subject: m4/gst-feature.m4: Report plug-ins without external dependencies that will not be built even when the name of the plu... Original commit message from CVS: * m4/gst-feature.m4: Report plug-ins without external dependencies that will not be built even when the name of the plug-in is a substring of another plug-in, e.g., goom vs. goom2k1. --- m4/gst-feature.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/gst-feature.m4') 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' -- cgit v1.2.3