From 17b5862b0e85fe341d9e7cd5bb959f17156d0cab Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 17:06:26 +0200 Subject: towctrans: Move AC_LIBOBJ invocations to module description. * m4/towctrans.m4 (gl_FUNC_TOWCTRANS): Set HAVE_TOWCTRANS. Move AC_LIBOBJ invocation from here... * modules/towctrans (configure.ac): ... to here. --- modules/towctrans | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/towctrans') diff --git a/modules/towctrans b/modules/towctrans index 3ad100d405..df66882df9 100644 --- a/modules/towctrans +++ b/modules/towctrans @@ -11,6 +11,9 @@ wctype-h configure.ac: gl_FUNC_TOWCTRANS +if test $HAVE_TOWCTRANS = 0; then + AC_LIBOBJ([towctrans]) +fi gl_WCTYPE_MODULE_INDICATOR([towctrans]) Makefile.am: -- cgit v1.2.1