From 1983c1a71f9dfde6a02d7b3cc4af3209feb98ca6 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Fri, 10 Jul 2020 06:57:02 -0400 Subject: API cleanup. Cleanup to use naming consistent with the spec. Exposed the underlying bidi character type. --- unicode/m4/courier-unicode.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unicode/m4') 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.]) ) -- cgit v1.2.3