summaryrefslogtreecommitdiff
path: root/modules/wcspbrk
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 18:31:48 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:10 +0200
commitb096caafc06ddfbfade32c9aa537a1185305f80c (patch)
tree908b1bae1ddda1a99db197576cee093e6e505a8c /modules/wcspbrk
parentfc35df56c77fa878fb118c1975e58a4848247953 (diff)
downloadgnulib-b096caafc06ddfbfade32c9aa537a1185305f80c.tar.gz
wcspbrk: Move AC_LIBOBJ invocations to module description.
* m4/wcspbrk.m4 (gl_FUNC_WCSPBRK): Move AC_LIBOBJ invocation from here... * modules/wcspbrk (configure.ac): ... to here.
Diffstat (limited to 'modules/wcspbrk')
-rw-r--r--modules/wcspbrk3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/wcspbrk b/modules/wcspbrk
index b7aefa47c4..f729486e97 100644
--- a/modules/wcspbrk
+++ b/modules/wcspbrk
@@ -18,6 +18,9 @@ wcschr [test $HAVE_WCSPBRK = 0]
configure.ac:
gl_FUNC_WCSPBRK
+if test $HAVE_WCSPBRK = 0; then
+ AC_LIBOBJ([wcspbrk])
+fi
gl_WCHAR_MODULE_INDICATOR([wcspbrk])
Makefile.am: