Thanks for reporting that. I reproduced it on Solaris 10 and installed
the attached. Closing the bug report.From 54b90ea38d97e80934b9164f173e5604cee82c5d Mon Sep 17 00:00:00 2001
From: Paul Eggert <[email protected]>
Date: Wed, 3 Jun 2026 08:43:50 -0700
Subject: [PATCH] build: substitute GNULIBHEADERS_OVERRIDE_WINT_T too
Problem reported by Bruno Haible (Bug#81174).
* configure.ac (GNULIBHEADERS_OVERRIDE_WINT_T): AC_SUBST it.
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 2fadc2d..c4df766 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,7 @@ dnl gzip does not care about bugs detected by these macros.
AC_DEFUN([gt_LOCALE_EN_UTF8])
AC_DEFUN([gt_TYPE_WINT_T])
GNULIBHEADERS_OVERRIDE_WINT_T=0
+AC_SUBST([GNULIBHEADERS_OVERRIDE_WINT_T])
dnl POSIXCHECK is worthwhile for maintainers, but adds several seconds
dnl (more than 10% execution time) to ./configure, with no benefit for
--
2.53.0