unistr/*-pcpy: Fix compilation errors (regression 2023-07-21).
authorBruno Haible <bruno@clisp.org>
Fri, 4 Aug 2023 21:44:27 +0000 (23:44 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Aug 2023 00:39:47 +0000 (02:39 +0200)
* modules/unistr/base (configure.ac): Generate unistr.h if the
preinstalled libunistring version is >= 0.9.11, < 1.2.

ChangeLog
modules/unistr/base

index 9c99c673a93d8fbe970884f0923a85d7e1aea190..12b0e6877904b37f80031816773eb74285605178 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-08-04  Bruno Haible  <bruno@clisp.org>
+
+       unistr/*-pcpy: Fix compilation errors (regression 2023-07-21).
+       * modules/unistr/base (configure.ac): Generate unistr.h if the
+       preinstalled libunistring version is >= 0.9.11, < 1.2.
+
 2023-08-04  Bruno Haible  <bruno@clisp.org>
 
        readutmp: In systemd mode, fix the ut_host contents (regr. yesterday).
index 47e10d43713e12191873842152fd73793a89e841..2b28dbdc362273a43fbd9004815b35b44b4662b6 100644 (file)
@@ -12,7 +12,7 @@ stdbool
 inline
 
 configure.ac:
-gl_LIBUNISTRING_LIBHEADER([0.9.11], [unistr.h])
+gl_LIBUNISTRING_LIBHEADER([1.2], [unistr.h])
 AC_PROG_MKDIR_P
 
 Makefile.am: