From d4224ac60671bcbdd6ab1f8b8bbd12ae10625ab7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 18:05:23 +0200 Subject: wcrtomb: Move AC_LIBOBJ invocations to module description. * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Move AC_LIBOBJ and gl_PREREQ_WCRTOMB invocations from here... * modules/wcrtomb (configure.ac): ... to here. --- m4/wcrtomb.m4 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'm4/wcrtomb.m4') diff --git a/m4/wcrtomb.m4 b/m4/wcrtomb.m4 index 4f58e3f5de..d21f1b9a75 100644 --- a/m4/wcrtomb.m4 +++ b/m4/wcrtomb.m4 @@ -1,4 +1,4 @@ -# wcrtomb.m4 serial 9 +# wcrtomb.m4 serial 10 dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -88,10 +88,6 @@ int main () esac fi fi - if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then - AC_LIBOBJ([wcrtomb]) - gl_PREREQ_WCRTOMB - fi ]) # Prerequisites of lib/wcrtomb.c. -- cgit v1.2.1