regex: Avoid link error on MSVC 9.
authorBruno Haible <bruno@clisp.org>
Tue, 10 Jan 2012 21:28:30 +0000 (22:28 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 10 Jan 2012 21:28:30 +0000 (22:28 +0100)
* modules/regex (Depends-on): Add wctype.

ChangeLog
modules/regex

index 1759167..f302d88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-01-10  Bruno Haible  <bruno@clisp.org>
 
+       regex: Avoid link error on MSVC 9.
+       * modules/regex (Depends-on): Add wctype.
+
+2012-01-10  Bruno Haible  <bruno@clisp.org>
+
        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
index 3effe89..5371bab 100644 (file)
@@ -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