summaryrefslogtreecommitdiff
path: root/modules/wcsxfrm
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 18:42:48 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:12 +0200
commit4d2f89d9557f11e7501848824dc349ec8c307bcf (patch)
treeacaa6a2d65970a229ab2f13ec18b5f6ecdda8782 /modules/wcsxfrm
parentec02bcd26752bde961758984722fb680cae794b0 (diff)
downloadgnulib-4d2f89d9557f11e7501848824dc349ec8c307bcf.tar.gz
wcsxfrm: Move AC_LIBOBJ invocations to module description.
* m4/wcsxfrm.m4 (gl_FUNC_WCSXFRM): Move AC_LIBOBJ invocation from here... * modules/wcsxfrm (configure.ac): ... to here.
Diffstat (limited to 'modules/wcsxfrm')
-rw-r--r--modules/wcsxfrm3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/wcsxfrm b/modules/wcsxfrm
index c5a1ee943e..e432e75d27 100644
--- a/modules/wcsxfrm
+++ b/modules/wcsxfrm
@@ -12,6 +12,9 @@ wchar
configure.ac:
gl_FUNC_WCSXFRM
+if test $HAVE_WCSXFRM = 0; then
+ AC_LIBOBJ([wcsxfrm])
+fi
gl_WCHAR_MODULE_INDICATOR([wcsxfrm])
Makefile.am: