fixing up X test and general features test
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 Dec 2003 12:23:37 +0000 (12:23 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 3 Dec 2003 12:23:37 +0000 (12:23 +0000)
Original commit message from CVS:
fixing up X test and general features test

m4/gst-feature.m4

index af47b4e..74c49c1 100644 (file)
@@ -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