From: Bruno Haible Date: Tue, 12 Jul 2011 10:23:23 +0000 (+0200) Subject: regex: Depend on module 'strcase'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3de829c6f94be07b6104c5403d070791fc516fb;p=pspp regex: Depend on module 'strcase'. * modules/regex (Depends-on): Add strcase, for strcasecmp(). --- diff --git a/ChangeLog b/ChangeLog index 2670452eab..1a30ae8070 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-12 Bruno Haible + + regex: Depend on module 'strcase'. + * modules/regex (Depends-on): Add strcase, for strcasecmp(). + 2011-07-12 Jim Meyering warn-on-use: fix typo in file name 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]