summaryrefslogtreecommitdiffstats
path: root/unicode/m4
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/m4')
-rw-r--r--unicode/m4/courier-unicode.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/unicode/m4/courier-unicode.m4 b/unicode/m4/courier-unicode.m4
index 2ed55c9..349206c 100644
--- a/unicode/m4/courier-unicode.m4
+++ b/unicode/m4/courier-unicode.m4
@@ -61,13 +61,13 @@ AC_TRY_COMPILE([
#define COURIER_UNICODE_VERSION 0
#endif
-#if COURIER_UNICODE_VERSION < 210
-#error "courier-unicode 2.1 library is required"
+#if COURIER_UNICODE_VERSION < 220
+#error "courier-unicode 2.2 library is required"
#endif
],[],[],
AC_MSG_ERROR([
-ERROR: The Courier Unicode Library 2.1 header files appear not to be installed.
+ERROR: The Courier Unicode Library 2.2 header files appear not to be installed.
You may need to upgrade the library or install a separate development
subpackage in addition to the main package.])
)