summaryrefslogtreecommitdiff
path: root/modules/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wctype')
-rw-r--r--modules/wctype5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/wctype b/modules/wctype
index ffc76a863e..4a9a004b16 100644
--- a/modules/wctype
+++ b/modules/wctype
@@ -14,10 +14,13 @@ m4/wctype.m4
Depends-on:
wctype-h
-iswblank [test $HAVE_WCTYPE_T = 0]
+iswblank [test $HAVE_WCTYPE = 0]
configure.ac:
gl_FUNC_WCTYPE
+if test $HAVE_WCTYPE = 0; then
+ AC_LIBOBJ([wctype])
+fi
gl_WCTYPE_MODULE_INDICATOR([wctype])
Makefile.am: