summaryrefslogtreecommitdiff
path: root/modules/iswctype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-04-11 15:50:35 +0200
committerBruno Haible <bruno@clisp.org>2021-04-11 15:50:35 +0200
commitdb16856ae761bc213942c17f6fc2b7e9655014b4 (patch)
treedca2045def153d402d36d6c00344a135ab959ef1 /modules/iswctype
parentc4ced6dbaaeae2efdd45e74e626ad2b1ee50aa14 (diff)
downloadgnulib-db16856ae761bc213942c17f6fc2b7e9655014b4.tar.gz
Rename GNULIB_OVERRIDES_WINT_T.
* GNULIBHEADERS_OVERRIDE_WINT_T: Renamed from GNULIB_OVERRIDES_WINT_T.
Diffstat (limited to 'modules/iswctype')
-rw-r--r--modules/iswctype2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/iswctype b/modules/iswctype
index 9fce684298..8a8343d129 100644
--- a/modules/iswctype
+++ b/modules/iswctype
@@ -17,7 +17,7 @@ wctype-h
configure.ac:
gl_FUNC_ISWCTYPE
-if test $HAVE_WCTYPE_T = 0 || test $GNULIB_OVERRIDES_WINT_T = 1; then
+if test $HAVE_WCTYPE_T = 0 || test $GNULIBHEADERS_OVERRIDE_WINT_T = 1; then
AC_LIBOBJ([iswctype])
fi
gl_WCTYPE_MODULE_INDICATOR([iswctype])