summaryrefslogtreecommitdiff
path: root/m4/gst-feature.m4
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-06-07 02:47:18 +0000
committerBenjamin Otte <otte@gnome.org>2004-06-07 02:47:18 +0000
commit46a6bafafc3f83c5dbccf20eae52db71c67dfe06 (patch)
treec4fde66d669a298621b99d481c1d11093e64fab9 /m4/gst-feature.m4
parentcf0828313f7cea4d5840c0959e9113f13309a56f (diff)
m4/gst-feature.m4: write a big marker into configure output when checking next plugin to allow easier parsing of why ...
Original commit message from CVS: * m4/gst-feature.m4: write a big marker into configure output when checking next plugin to allow easier parsing of why plugins are(n't) built.
Diffstat (limited to 'm4/gst-feature.m4')
-rw-r--r--m4/gst-feature.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/gst-feature.m4 b/m4/gst-feature.m4
index a4ea243..6d3c230 100644
--- a/m4/gst-feature.m4
+++ b/m4/gst-feature.m4
@@ -46,6 +46,9 @@ dnl that were checked through GST_CHECK_FEATURE
dnl GST_PLUGINS_NO will contain those that won't be built
AC_DEFUN([GST_CHECK_FEATURE],
+AC_MSG_NOTICE(***)
+AC_MSG_NOTICE(*** checking plugin: [$3] ***)
+AC_MSG_NOTICE(***)
[dnl
builtin(define, [gst_endisable], ifelse($5, [disabled], [enable], [disable]))dnl
dnl if it is set to NO, then don't even consider it for building