summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-03 12:23:37 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-03 12:23:37 +0000
commitfcdc6ccbcc674dd487021d87a0313abf02bae396 (patch)
treeb2493bd05eec78754edd812d79c32f535090f8d9
parentb5288e8215c6eacf0782880f6c5b6dea8f445a34 (diff)
downloadgstreamer-common-fcdc6ccbcc674dd487021d87a0313abf02bae396.tar.gz
fixing up X test and general features test
Original commit message from CVS: fixing up X test and general features test
-rw-r--r--m4/gst-feature.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/gst-feature.m4 b/m4/gst-feature.m4
index af47b4e..74c49c1 100644
--- a/m4/gst-feature.m4
+++ b/m4/gst-feature.m4
@@ -103,9 +103,7 @@ if test x$USE_[$1] = xyes; then
fi
AC_DEFINE(HAVE_[$1], , [support for features: $3])
else
- ifelse([$3], , :, [AC_MSG_NOTICE(
-These plugins will not be built: [$3]
-)])
+ ifelse([$3], , :, [AC_MSG_NOTICE(*** These plugins will not be built: [$3])])
if test "x$3" != "x"; then
GST_PLUGINS_NO="\t[$3]\n$GST_PLUGINS_NO"
fi