diff modules/wmemset @ 15173:eb33ef582ed0

wmemset: Move AC_LIBOBJ invocations to module description. * m4/wmemset.m4 (gl_FUNC_WMEMSET): Move AC_LIBOBJ invocation from here... * modules/wmemset (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 19:07:52 +0200
parents ac540ec36bef
children
line wrap: on
line diff
--- a/modules/wmemset
+++ b/modules/wmemset
@@ -11,6 +11,9 @@
 
 configure.ac:
 gl_FUNC_WMEMSET
+if test $HAVE_WMEMSET = 0; then
+  AC_LIBOBJ([wmemset])
+fi
 gl_WCHAR_MODULE_INDICATOR([wmemset])
 
 Makefile.am: