From: Bruno Haible Date: Tue, 12 May 2026 05:24:36 +0000 (+0200) Subject: unictype/base: Fix compilation error on systems with libunistring 1.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ca2aafa308a49c9c28e436cf82571d1eac1d67;p=thirdparty%2Fgnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index d5e8e6fb74..ec15f8c4f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2026-05-12 Bruno Haible + + 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 stat-time: Use countof. diff --git a/modules/unictype/base b/modules/unictype/base index 7a02c71985..ec00e674d4 100644 --- a/modules/unictype/base +++ b/modules/unictype/base @@ -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