diff options
Diffstat (limited to 'm4/gst-feature.m4')
-rw-r--r-- | m4/gst-feature.m4 | 4 |
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 |