From: Bruno Haible Date: Tue, 10 Jan 2012 21:28:30 +0000 (+0100) Subject: regex: Avoid link error on MSVC 9. X-Git-Tag: v0.1~1262 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=557f8d27ac9cfd41bf944eb883a1e8a10812603a;p=gnulib.git regex: Avoid link error on MSVC 9. * modules/regex (Depends-on): Add wctype. --- diff --git a/ChangeLog b/ChangeLog index 1759167290..f302d88858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-10 Bruno Haible + + regex: Avoid link error on MSVC 9. + * modules/regex (Depends-on): Add wctype. + 2012-01-10 Bruno Haible doc: Mention --with-tests option. diff --git a/modules/regex b/modules/regex index 3effe89bf8..5371bab305 100644 --- a/modules/regex +++ b/modules/regex @@ -30,6 +30,7 @@ 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] +wctype [test $ac_use_included_regex = yes] configure.ac: gl_REGEX