summaryrefslogtreecommitdiff
path: root/modules/wcrtomb
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 18:05:23 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:05 +0200
commitd4224ac60671bcbdd6ab1f8b8bbd12ae10625ab7 (patch)
treedfa0118e69d2b0dc4c8a4572e29d9348c915fc70 /modules/wcrtomb
parenta2447dd99121b0f7f8bf2ebac3cba5e607a85a34 (diff)
downloadgnulib-d4224ac60671bcbdd6ab1f8b8bbd12ae10625ab7.tar.gz
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.
Diffstat (limited to 'modules/wcrtomb')
-rw-r--r--modules/wcrtomb4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/wcrtomb b/modules/wcrtomb
index f9fea15ff1..184fc53127 100644
--- a/modules/wcrtomb
+++ b/modules/wcrtomb
@@ -18,6 +18,10 @@ mbsinit [test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1]
configure.ac:
gl_FUNC_WCRTOMB
+if test $HAVE_WCRTOMB = 0 || test $REPLACE_WCRTOMB = 1; then
+ AC_LIBOBJ([wcrtomb])
+ gl_PREREQ_WCRTOMB
+fi
gl_WCHAR_MODULE_INDICATOR([wcrtomb])
Makefile.am: