From 46a6bafafc3f83c5dbccf20eae52db71c67dfe06 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 7 Jun 2004 02:47:18 +0000 Subject: 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. --- m4/gst-feature.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm4/gst-feature.m4') 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 -- cgit v1.2.3