From: Thomas Vander Stichele Date: Sun, 11 Jun 2006 12:34:26 +0000 (+0000) Subject: also notify when plugins will be built X-Git-Tag: RELEASE-0_10_2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd85f550441bd5722b98f4dd304e40826383240f;p=platform%2Fupstream%2Fgst-common.git also notify when plugins will be built Original commit message from CVS: also notify when plugins will be built --- 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