changeset 16264:12711a0db059

regex: Avoid link error on MSVC 9. * modules/regex (Depends-on): Add wctype.
author Bruno Haible <bruno@clisp.org>
date Tue, 10 Jan 2012 22:28:30 +0100
parents f26fd2095252
children 8c89b3a442f2
files ChangeLog modules/regex
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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