diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-03 12:23:37 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-03 12:23:37 +0000 |
commit | fcdc6ccbcc674dd487021d87a0313abf02bae396 (patch) | |
tree | b2493bd05eec78754edd812d79c32f535090f8d9 /m4 | |
parent | b5288e8215c6eacf0782880f6c5b6dea8f445a34 (diff) |
fixing up X test and general features test
Original commit message from CVS:
fixing up X test and general features test
Diffstat (limited to '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 |