From 3fe50a77ea21bcddb701a8640b5ecad9f6f5ab01 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sat, 13 Jun 2009 22:27:17 +0100 Subject: [configure] Rephrase warning message for disabling core features. "strictly recommended" is an odd phrase and though the stern warning is appropriate as replacing a system library with a more limited version is likely to cause mayhem, we are but mere servants and should be reserved in our parlance. --- build/configure.ac.features | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/configure.ac.features') diff --git a/build/configure.ac.features b/build/configure.ac.features index eef98c2f..1901a18d 100644 --- a/build/configure.ac.features +++ b/build/configure.ac.features @@ -319,7 +319,7 @@ CAIRO_FEATURE_HOOK_REGISTER(yes,no,!, dnl Collect warning message for disabled recommended features CAIRO_FEATURE_HOOK_REGISTER(no,yes,*, [dnl - CAIRO_ACCUMULATE([WARNING_MESSAGE], CAIRO_TEXT_WRAP([It is strictly recommended that you do NOT disable the ]cr_feature_name[ feature.], [+++ ])) + CAIRO_ACCUMULATE([WARNING_MESSAGE], CAIRO_TEXT_WRAP([It is strongly recommended that you do NOT disable the ]cr_feature_name[ feature.], [+++ ])) ])dnl @@ -340,11 +340,11 @@ AC_CONFIG_COMMANDS_PRE(dnl [dnl AS_IF([test -z "$CAIRO_NATIVE_SURFACE_BACKENDS"],dnl [dnl - CAIRO_ACCUMULATE([WARNING_MESSAGE], CAIRO_TEXT_WRAP([It is strictly recommended that you enable the native surface backend feature for your platform.], [*** ])) + CAIRO_ACCUMULATE([WARNING_MESSAGE], CAIRO_TEXT_WRAP([No native surface backends enabled for your platform. It is strongly recommended that you enable the native surface backend feature for your platform.], [*** ])) ]) AS_IF([test -z "$CAIRO_NATIVE_FONT_BACKENDS"],dnl [dnl - CAIRO_ACCUMULATE([WARNING_MESSAGE], CAIRO_TEXT_WRAP([It is strictly recommended that you enable the native font backend feature for your platform.], [*** ])) + CAIRO_ACCUMULATE([WARNING_MESSAGE], CAIRO_TEXT_WRAP([No native font backends enabled for your platform. It is strongly recommended that you enable the native font backend feature for your platform.], [*** ])) ]) ])dnl -- cgit v1.2.3