summaryrefslogtreecommitdiff
path: root/modules/wcschr
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 18:09:19 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:06 +0200
commit65aed478d4f78a9b26da321b9e1917ded95ab49a (patch)
treee6c7892c69b921b9a26ed790a863d34485144002 /modules/wcschr
parent27f2a06895d3f6522f6fb621229df9c8f9bab170 (diff)
downloadgnulib-65aed478d4f78a9b26da321b9e1917ded95ab49a.tar.gz
wcschr: Move AC_LIBOBJ invocations to module description.
* m4/wcschr.m4 (gl_FUNC_WCSCHR): Move AC_LIBOBJ invocation from here... * modules/wcschr (configure.ac): ... to here.
Diffstat (limited to 'modules/wcschr')
-rw-r--r--modules/wcschr3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/wcschr b/modules/wcschr
index a84a91a861..756d057967 100644
--- a/modules/wcschr
+++ b/modules/wcschr
@@ -17,6 +17,9 @@ wchar
configure.ac:
gl_FUNC_WCSCHR
+if test $HAVE_WCSCHR = 0; then
+ AC_LIBOBJ([wcschr])
+fi
gl_WCHAR_MODULE_INDICATOR([wcschr])
Makefile.am: