diff options
author | Bruno Haible <bruno@clisp.org> | 2011-05-22 18:08:09 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:07:06 +0200 |
commit | 27f2a06895d3f6522f6fb621229df9c8f9bab170 (patch) | |
tree | 1a71c3544698b99860b0841bc3ac4a7396e14f14 /modules/wcscat | |
parent | 52c50808a614aa2a45afa4468f3c6f00857c95c9 (diff) | |
download | gnulib-27f2a06895d3f6522f6fb621229df9c8f9bab170.tar.gz |
wcscat: Move AC_LIBOBJ invocations to module description.
* m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here...
* modules/wcscat (configure.ac): ... to here.
Diffstat (limited to 'modules/wcscat')
-rw-r--r-- | modules/wcscat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/wcscat b/modules/wcscat index bba014ee1e..41fa296ace 100644 --- a/modules/wcscat +++ b/modules/wcscat @@ -17,6 +17,9 @@ wchar configure.ac: gl_FUNC_WCSCAT +if test $HAVE_WCSCAT = 0; then + AC_LIBOBJ([wcscat]) +fi gl_WCHAR_MODULE_INDICATOR([wcscat]) Makefile.am: |