summaryrefslogtreecommitdiff
path: root/modules/wcslen
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wcslen')
-rw-r--r--modules/wcslen3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/wcslen b/modules/wcslen
index 2dc00a6211..d6c2026c74 100644
--- a/modules/wcslen
+++ b/modules/wcslen
@@ -17,6 +17,9 @@ wchar
configure.ac:
gl_FUNC_WCSLEN
+if test $HAVE_WCSLEN = 0; then
+ AC_LIBOBJ([wcslen])
+fi
gl_WCHAR_MODULE_INDICATOR([wcslen])
Makefile.am: