summaryrefslogtreecommitdiff
path: root/modules/regex
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-12-30 19:25:19 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-12-30 19:26:28 -0800
commit14ec011a3937faee6f4af6ea1655fffdf5691576 (patch)
tree12a59a021973b4d1bb08cc4a7cba2c69dbacec25 /modules/regex
parentf700d1b25b556533a3549232a71a8be168ec7643 (diff)
downloadgnulib-14ec011a3937faee6f4af6ea1655fffdf5691576.tar.gz
regex: remove unnecessary dependency on localcharset.h
* lib/regex_internal.h [!_LIBC]: Don't include localcharset.h; hasn't been needed for years. * modules/regex (Depends-on): Remove localcharset.
Diffstat (limited to 'modules/regex')
-rw-r--r--modules/regex1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/regex b/modules/regex
index 279f10a10b..8f5eda0612 100644
--- a/modules/regex
+++ b/modules/regex
@@ -18,7 +18,6 @@ ssize_t
alloca-opt [test $ac_use_included_regex = yes]
btowc [test $ac_use_included_regex = yes]
gettext-h [test $ac_use_included_regex = yes]
-localcharset [test $ac_use_included_regex = yes]
malloc-gnu [test $ac_use_included_regex = yes]
memcmp [test $ac_use_included_regex = yes]
memmove [test $ac_use_included_regex = yes]