diff modules/wcsnlen @ 15154:4b3d49c7a7dd

wcsnlen: Move AC_LIBOBJ invocations to module description. * m4/wcsnlen.m4 (gl_FUNC_WCSNLEN): Move AC_LIBOBJ invocation from here... * modules/wcsnlen (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:27:48 +0200 (2011-05-22)
parents 3e1169cfa252
children
line wrap: on
line diff
--- a/modules/wcsnlen
+++ b/modules/wcsnlen
@@ -11,6 +11,9 @@
 
 configure.ac:
 gl_FUNC_WCSNLEN
+if test $HAVE_WCSNLEN = 0; then
+  AC_LIBOBJ([wcsnlen])
+fi
 gl_WCHAR_MODULE_INDICATOR([wcsnlen])
 
 Makefile.am: