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: http://erislabs.org.uk/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 175916729..f302d8885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. * gnulib-tool (func_usage): Suggest --with-tests for --test etc. * doc/gnulib.texi (Extra tests modules): Mention the need to pass diff --git a/modules/regex b/modules/regex index 3effe89bf..5371bab30 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