summaryrefslogtreecommitdiff
path: root/modules/wcslen
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 18:20:06 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:08 +0200
commitb52a6c6545059980b572decf8ebd7b71f0738cef (patch)
tree6cfc14a4668628e341d626bad52b74ce565912d0 /modules/wcslen
parent4629a346e835867fe27cf4a995b8810a290fa192 (diff)
downloadgnulib-b52a6c6545059980b572decf8ebd7b71f0738cef.tar.gz
wcslen: Move AC_LIBOBJ invocations to module description.
* m4/wcslen.m4 (gl_FUNC_WCSLEN): Move AC_LIBOBJ invocation from here... * modules/wcslen (configure.ac): ... to here.
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: