# HG changeset patch # User Bruno Haible # Date 1326230910 -3600 # Node ID 12711a0db059d7d3d24f000e2a7908daa69eca8e # Parent f26fd2095252885b2c59e881a82a4e531aa1ed43 regex: Avoid link error on MSVC 9. * modules/regex (Depends-on): Add wctype. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/regex +++ b/modules/regex @@ -30,6 +30,7 @@ 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