summaryrefslogtreecommitdiff
path: root/m4/wcrtomb.m4
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 /m4/wcrtomb.m4
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 'm4/wcrtomb.m4')
-rw-r--r--m4/wcrtomb.m46
1 files changed, 1 insertions, 5 deletions
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.