From 27f2a06895d3f6522f6fb621229df9c8f9bab170 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 18:08:09 +0200 Subject: wcscat: Move AC_LIBOBJ invocations to module description. * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here... * modules/wcscat (configure.ac): ... to here. --- modules/wcscat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/wcscat') diff --git a/modules/wcscat b/modules/wcscat index bba014ee1e..41fa296ace 100644 --- a/modules/wcscat +++ b/modules/wcscat @@ -17,6 +17,9 @@ wchar configure.ac: gl_FUNC_WCSCAT +if test $HAVE_WCSCAT = 0; then + AC_LIBOBJ([wcscat]) +fi gl_WCHAR_MODULE_INDICATOR([wcscat]) Makefile.am: -- cgit v1.2.1