summaryrefslogtreecommitdiff
path: root/modules/regex
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-07-01 06:37:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-07-01 06:38:00 -0700
commite09e64c7e0d3c9d0cca82cb80713f8aea195d493 (patch)
tree0fdbfcfa22454da85d8c0c0835fd0bbf68d8e9ce /modules/regex
parentb12a85c0bdbe2fdeee165eee39749effbd2cd45b (diff)
downloadgnulib-e09e64c7e0d3c9d0cca82cb80713f8aea195d493.tar.gz
regex: revert most trimming
Problems reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2018-07/msg00001.html * modules/regex (Depends-on): Add lock, memcmp, memmove, and wctype back in. lock because regex users shouldn’t need to know that regex needs locking, and the rest because gnulib-tool should ordinarily ignore them anyway.
Diffstat (limited to 'modules/regex')
-rw-r--r--modules/regex4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex
index 8a6afcb5ba..8863a8e11c 100644
--- a/modules/regex
+++ b/modules/regex
@@ -20,6 +20,9 @@ alloca-opt [test $ac_use_included_regex = yes]
btowc [test $ac_use_included_regex = yes]
builtin-expect [test $ac_use_included_regex = yes]
intprops [test $ac_use_included_regex = yes]
+lock [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
+memcmp [test $ac_use_included_regex = yes]
+memmove [test $ac_use_included_regex = yes]
mbrtowc [test $ac_use_included_regex = yes]
mbsinit [test $ac_use_included_regex = yes]
nl_langinfo [test $ac_use_included_regex = yes]
@@ -28,6 +31,7 @@ stdint [test $ac_use_included_regex = yes]
wchar [test $ac_use_included_regex = yes]
wcrtomb [test $ac_use_included_regex = yes]
wctype-h [test $ac_use_included_regex = yes]
+wctype [test $ac_use_included_regex = yes]
configure.ac:
gl_REGEX