From 95214e80a55d362ece30d8f2cd513b2771aeaa3e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 10 Sep 2008 12:19:21 -0400 Subject: [PATCH] [configure.ac.enable] Fix warning messages --- build/configure.ac.enable | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/configure.ac.enable b/build/configure.ac.enable index 4597f9599..43d759a99 100644 --- a/build/configure.ac.enable +++ b/build/configure.ac.enable @@ -551,16 +551,16 @@ dnl dnl Accumulator for warning messages CAIRO_FEATURE_VARS_REGISTER([WARNING_MESSAGE]) -dnl Collect warning message for enabled unsupported backends +dnl Collect warning message for enabled unsupported features CAIRO_FEATURE_HOOK_REGISTER(yes,no,*, [ CAIRO_WARNING_MESSAGE="$CAIRO_WARNING_MESSAGE]m4_newline[m4_text_wrap([The ]cr_feature_name[ feature is still under active development and is included in this release only as a preview. It does NOT fully work yet and incompatible changes may yet be made to ]cr_feature_name[ specific API.], [--- ],, 78)m4_newline" ]) -dnl Collect warning message for disabled recommended backends +dnl Collect warning message for disabled recommended features CAIRO_FEATURE_HOOK_REGISTER(no,yes,*, [ - CAIRO_WARNING_MESSAGE="$CAIRO_WARNING_MESSAGE]m4_newline[m4_text_wrap([It is strictly recommended that you do NOT disable the ]cr_feature_name[ backend.], [+++ ],, 78)m4_newline" + CAIRO_WARNING_MESSAGE="$CAIRO_WARNING_MESSAGE]m4_newline[m4_text_wrap([It is strictly recommended that you do NOT disable the ]cr_feature_name[ feature.], [+++ ],, 78)m4_newline" ])