]> Savannah Git Hosting - gnulib.git/commitdiff
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 1759167290c51b90b7712e0d72ffa58b50a65e43..f302d888581cb230f19a88b7a2d7dd15cbb3614b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 3effe89bf81316e594fbad83f0a99e1898c8be45..5371bab305eeaf676b1204886fca801770fa97a3 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