* modules/free-posix (Depends-on): Don’t depend on wchar-h.
Discovered because gzip unnecessarily brought in wchar-h machinery.
---
 ChangeLog          | 4 ++++
 modules/free-posix | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 70e2eaffea..d7b55eb615 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2026-05-30  Paul Eggert  <[email protected]>
 
+       free-posix: remove stray wchar-h dependency
+       * modules/free-posix (Depends-on): Don’t depend on wchar-h.
+       Discovered because gzip unnecessarily brought in wchar-h machinery.
+
        quotearg: escape C1 codes in C locale
        Problem reported by Lasse Collin <https://bugs.gnu.org/81135#29>.
        For lib/quotearg.c, m4/quotearg.m4 and modules/quotearg,
diff --git a/modules/free-posix b/modules/free-posix
index 317f48bafd..703fb7db89 100644
--- a/modules/free-posix
+++ b/modules/free-posix
@@ -9,7 +9,6 @@ m4/musl.m4
 Depends-on:
 stdlib-h
 string-h
-wchar-h
 
 configure.ac:
 gl_FUNC_FREE
-- 
2.54.0


Reply via email to