From dd85f550441bd5722b98f4dd304e40826383240f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 11 Jun 2006 12:34:26 +0000 Subject: [PATCH] also notify when plugins will be built Original commit message from CVS: also notify when plugins will be built --- m4/gst-feature.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/gst-feature.m4 b/m4/gst-feature.m4 index ea93425..b34a245 100644 --- a/m4/gst-feature.m4 +++ b/m4/gst-feature.m4 @@ -99,6 +99,8 @@ if test x$USE_[$1] = xyes; then dnl If it isn't found, unset USE_[$1] if test x$HAVE_[$1] = xno; then USE_[$1]=no + else + ifelse([$3], , :, [AC_MSG_NOTICE(*** These plugins will be built: [$3])]) fi fi dnl *** Warn if it's disabled or not found -- 2.7.4