]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
unictype/base: Fix compilation error on systems with libunistring 1.3.
authorBruno Haible <bruno@clisp.org>
Tue, 12 May 2026 05:24:36 +0000 (07:24 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 12 May 2026 05:25:21 +0000 (07:25 +0200)
* modules/unictype/base (configure.ac): Omit generating unictype.h in
the presence of libunistring >= 1.4, not >= 1.3.

ChangeLog
modules/unictype/base

index d5e8e6fb7416272de2f03f6feaa9069bef8c1216..ec15f8c4f09962e1e3463720f2cd43ebc1cb5d3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-05-12  Bruno Haible  <bruno@clisp.org>
+
+       unictype/base: Fix compilation error on systems with libunistring 1.3.
+       * modules/unictype/base (configure.ac): Omit generating unictype.h in
+       the presence of libunistring >= 1.4, not >= 1.3.
+
 2026-05-11  Bruno Haible  <bruno@clisp.org>
 
        stat-time: Use countof.
index 7a02c719851b3386dc08ff2185c4f39953e757ed..ec00e674d405de271b039a0de66d4ea1ccc1326d 100644 (file)
@@ -12,7 +12,7 @@ unitypes-h
 bool
 
 configure.ac:
-gl_LIBUNISTRING_LIBHEADER([1.3], [unictype.h])
+gl_LIBUNISTRING_LIBHEADER([1.4], [unictype.h])
 gl_UNICTYPE_H
 gl_UNICTYPE_H_REQUIRE_DEFAULTS
 AC_PROG_MKDIR_P