summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-23 17:34:45 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-24 09:35:15 -0800
commitfae096d8028a4a3c855a3f11ee22e3e726e853bb (patch)
tree01b1ebac168ca60ded611c0b81101a00cb4caba9 /modules
parent1a268176fbb184e393c98575e61fe692264c7d91 (diff)
downloadgnulib-fae096d8028a4a3c855a3f11ee22e3e726e853bb.tar.gz
regex: assume RE_ENABLE_I18N
These days there is no longer any need to port to platforms lacking iswctype etc., since Gnulib now has substitutes. * config/srclist.txt: Comment out regex_internal.c and regex_internal.h for now, since they no longer match glibc. The intent is to merge them again soon. * lib/regex_internal.h (RE_ENABLE_I18N): Remove. All uses changed to assume that RE_ENABLE_I18N is 1. * modules/regex (Depends-on): Add iswctype.
Diffstat (limited to 'modules')
-rw-r--r--modules/regex1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex
index a32c46e183..866ade60ce 100644
--- a/modules/regex
+++ b/modules/regex
@@ -21,6 +21,7 @@ btowc [test $ac_use_included_regex = yes]
builtin-expect [test $ac_use_included_regex = yes]
dynarray [test $ac_use_included_regex = yes]
intprops [test $ac_use_included_regex = yes]
+iswctype [test $ac_use_included_regex = yes]
langinfo [test $ac_use_included_regex = yes]
libc-config [test $ac_use_included_regex = yes]
lock [test $ac_use_included_regex = yes]