summaryrefslogtreecommitdiff
path: root/modules/regex
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-07-12 12:23:23 +0200
committerBruno Haible <bruno@clisp.org>2011-07-12 13:59:30 +0200
commitc3de829c6f94be07b6104c5403d070791fc516fb (patch)
tree7902d54b0df57cc48d6f380a40a74fa55bf2476b /modules/regex
parent39434c8500eba74bb0c3284a61bc2a8bba633c9f (diff)
downloadgnulib-c3de829c6f94be07b6104c5403d070791fc516fb.tar.gz
regex: Depend on module 'strcase'.
* modules/regex (Depends-on): Add strcase, for strcasecmp().
Diffstat (limited to 'modules/regex')
-rw-r--r--modules/regex1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex
index 4c268a2115..3effe89bf8 100644
--- a/modules/regex
+++ b/modules/regex
@@ -26,6 +26,7 @@ mbsinit [test $ac_use_included_regex = yes]
nl_langinfo [test $ac_use_included_regex = yes]
stdbool [test $ac_use_included_regex = yes]
stdint [test $ac_use_included_regex = yes]
+strcase [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]