blob: 522d6d7020ac102f1f3a1041496b48b29623b9b6 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/m4/stdint.m4
2+++ b/m4/stdint.m4
3@@ -15,7 +15,7 @@ AC_DEFUN_ONCE([gl_STDINT_H],
4 AC_REQUIRE([AC_CANONICAL_HOST]) dnl for cross-compiles
5
6 AC_REQUIRE([gl_LIMITS_H])
7- AC_REQUIRE([gt_TYPE_WINT_T])
8+ AC_REQUIRE([gt_TYPE_WINT_T_FO])
9
10 dnl Check for long long int and unsigned long long int.
11 AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
12--- a/m4/wint_t.m4
13+++ b/m4/wint_t.m4
14@@ -9,7 +9,7 @@ dnl Test whether <wchar.h> has the 'wint
15 dnl <wchar.h> or <wctype.h> would, if present, override 'wint_t'.
16 dnl Prerequisite: AC_PROG_CC
17
18-AC_DEFUN([gt_TYPE_WINT_T],
19+AC_DEFUN([gt_TYPE_WINT_T_FO],
20 [
21 AC_CACHE_CHECK([for wint_t], [gt_cv_c_wint_t],
22 [AC_COMPILE_IFELSE(