changeset 15424:3d285d3e417c

regex: Depend on module 'strcase'. * modules/regex (Depends-on): Add strcase, for strcasecmp().
author Bruno Haible <bruno@clisp.org>
date Tue, 12 Jul 2011 12:23:23 +0200
parents 31deee11feeb
children 8635f71da8d0
files ChangeLog modules/regex
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/regex
+++ b/modules/regex
@@ -26,6 +26,7 @@
 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]