summaryrefslogtreecommitdiff
path: root/m4/wmemset.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-22 19:07:52 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:15 +0200
commit485d6733ec4255ae5679fcc495c52de81234cc69 (patch)
tree2f3f92d6bf866dc12d6a4e458ebd76e453a53cb4 /m4/wmemset.m4
parent6189b9d73d41c85c37c444b99088b448f164051b (diff)
downloadgnulib-485d6733ec4255ae5679fcc495c52de81234cc69.tar.gz
wmemset: Move AC_LIBOBJ invocations to module description.
* m4/wmemset.m4 (gl_FUNC_WMEMSET): Move AC_LIBOBJ invocation from here... * modules/wmemset (configure.ac): ... to here.
Diffstat (limited to 'm4/wmemset.m4')
-rw-r--r--m4/wmemset.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/wmemset.m4 b/m4/wmemset.m4
index 1e960e394a..9674c1242b 100644
--- a/m4/wmemset.m4
+++ b/m4/wmemset.m4
@@ -1,4 +1,4 @@
-# wmemset.m4 serial 1
+# wmemset.m4 serial 2
dnl Copyright (C) 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,
@@ -10,6 +10,5 @@ AC_DEFUN([gl_FUNC_WMEMSET],
AC_CHECK_FUNCS_ONCE([wmemset])
if test $ac_cv_func_wmemset = no; then
HAVE_WMEMSET=0
- AC_LIBOBJ([wmemset])
fi
])