diff options
| author | Sam Varshavchik | 2018-07-16 21:25:03 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-16 21:25:03 -0400 | 
| commit | 9fc0031c51221005c3bb9c0146807eb70af51ddd (patch) | |
| tree | 69783bfc37bcb218126d09b833a3ffb25e620123 /unicode/m4 | |
| parent | 3fe758e75eca989576a6a8f58a9b4068452db02e (diff) | |
| download | courier-libs-9fc0031c51221005c3bb9c0146807eb70af51ddd.tar.bz2 | |
courier-unicode: soname bump.
Diffstat (limited to 'unicode/m4')
| -rw-r--r-- | unicode/m4/courier-unicode.m4 | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/unicode/m4/courier-unicode.m4 b/unicode/m4/courier-unicode.m4 index 06b544a..2ed55c9 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 < 200 -#error "courier-unicode 2.0 library is required" +#if COURIER_UNICODE_VERSION < 210 +#error "courier-unicode 2.1 library is required"  #endif  ],[],[],  AC_MSG_ERROR([ -ERROR: The Courier Unicode Library 2.0 header files appear not to be installed. +ERROR: The Courier Unicode Library 2.1 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.])  ) | 
