summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/groff.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index 2fcf0cc10..9231f9fea 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1659,9 +1659,10 @@ might not work properly])
AC_DEFUN([GROFF_UCHARDET_CHECK],
[if test "x$groff_have_uchardet" = "xno" -a "x$with_uchardet" != "xno"; then
AC_MSG_WARN([
- uchardet library was not found; preprocessor 'preconv', which uses it to detect
- the input file encoding, might not work properly (to check how and in which
- order 'preconv' tries to determine the file encoding, see its man page).
+ uchardet library was not found; preprocessor 'preconv' will skip
+ this method of attempting to determine the input encoding. (To
+ check how and in what order 'preconv' tries to determine the
+ encoding, see its man page.)
])
fi
])