changeset 15504:b364a18ce87a

unictype/base: Fix interoperability with preinstalled libunistring. * modules/unictype/base (configure.ac): Bump minimum version to 0.9.4. Reported by Simon Josefsson.
author Bruno Haible <bruno@clisp.org>
date Tue, 09 Aug 2011 00:03:17 +0200
parents 3f32114e6397
children 225d7e86ab78
files ChangeLog modules/unictype/base
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-08  Bruno Haible  <bruno@clisp.org>
+
+	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  <bruno@clisp.org>
 
 	iswblank: Detect declaration correctly.
--- 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)