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