From 64270e9905f6d0e5a8b162c8799229d75b08fdb5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Aug 2023 23:44:27 +0200 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ modules/unistr/base | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c99c673a9..12b0e68779 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-08-04 Bruno Haible + + 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 readutmp: In systemd mode, fix the ut_host contents (regr. yesterday). diff --git a/modules/unistr/base b/modules/unistr/base index 47e10d4371..2b28dbdc36 100644 --- a/modules/unistr/base +++ b/modules/unistr/base @@ -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: -- 2.39.5