# HG changeset patch # User Bruno Haible # Date 1312840997 -7200 # Node ID b364a18ce87a11aff8a0e50b8cb64778a55d127b # Parent 3f32114e63976c7aeb0e34552a901a8a7487e0cd unictype/base: Fix interoperability with preinstalled libunistring. * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4. Reported by Simon Josefsson. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-08 Bruno Haible + + unictype/base: Fix interoperability with preinstalled libunistring. + * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4. + Reported by Simon Josefsson. + 2011-08-08 Bruno Haible iswblank: Detect declaration correctly. diff --git a/modules/unictype/base b/modules/unictype/base --- a/modules/unictype/base +++ b/modules/unictype/base @@ -10,7 +10,7 @@ stdbool configure.ac: -gl_LIBUNISTRING_LIBHEADER([0.9], [unictype.h]) +gl_LIBUNISTRING_LIBHEADER([0.9.4], [unictype.h]) Makefile.am: BUILT_SOURCES += $(LIBUNISTRING_UNICTYPE_H)