From 4d2f89d9557f11e7501848824dc349ec8c307bcf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 18:42:48 +0200 Subject: wcsxfrm: Move AC_LIBOBJ invocations to module description. * m4/wcsxfrm.m4 (gl_FUNC_WCSXFRM): Move AC_LIBOBJ invocation from here... * modules/wcsxfrm (configure.ac): ... to here. --- modules/wcsxfrm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/wcsxfrm b/modules/wcsxfrm index c5a1ee943e..e432e75d27 100644 --- a/modules/wcsxfrm +++ b/modules/wcsxfrm @@ -12,6 +12,9 @@ wchar configure.ac: gl_FUNC_WCSXFRM +if test $HAVE_WCSXFRM = 0; then + AC_LIBOBJ([wcsxfrm]) +fi gl_WCHAR_MODULE_INDICATOR([wcsxfrm]) Makefile.am: -- cgit v1.2.1