summaryrefslogtreecommitdiffstats
path: root/unicode/m4
diff options
context:
space:
mode:
authorSam Varshavchik2020-07-10 06:57:02 -0400
committerSam Varshavchik2020-07-12 15:56:45 -0400
commit1983c1a71f9dfde6a02d7b3cc4af3209feb98ca6 (patch)
tree7af545984ccf3164b13533150af2c4d9f006dacd /unicode/m4
parent7a9293cd28b293b793793368237d8856cfb0eff4 (diff)
downloadcourier-libs-1983c1a71f9dfde6a02d7b3cc4af3209feb98ca6.tar.bz2
API cleanup.
Cleanup to use naming consistent with the spec. Exposed the underlying bidi character type.
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.])
)