regex: Depend on module 'strcase'.
authorBruno Haible <bruno@clisp.org>
Tue, 12 Jul 2011 10:23:23 +0000 (12:23 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 12 Jul 2011 11:59:30 +0000 (13:59 +0200)
* modules/regex (Depends-on): Add strcase, for strcasecmp().

ChangeLog
modules/regex

index 2670452..1a30ae8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-12  Bruno Haible  <bruno@clisp.org>
+
+       regex: Depend on module 'strcase'.
+       * modules/regex (Depends-on): Add strcase, for strcasecmp().
+
 2011-07-12  Jim Meyering  <meyering@redhat.com>
 
        warn-on-use: fix typo in file name
index 4c268a2..3effe89 100644 (file)
@@ -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]