diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-13 22:27:17 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-15 12:02:25 +0100 |
commit | 3fe50a77ea21bcddb701a8640b5ecad9f6f5ab01 (patch) | |
tree | 4f08b72935bc795441602eb283c0efdf8113a6bc /build/configure.ac.features | |
parent | 5d57aeaa23566739ba01a0fac1c3b90ce27b28cd (diff) |
[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.
Diffstat (limited to 'build/configure.ac.features')
-rw-r--r-- | build/configure.ac.features | 6 |
1 files changed, 3 insertions, 3 deletions
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 |