summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-06-22 00:16:26 +0200
committerBruno Haible <bruno@clisp.org>2010-06-22 00:16:41 +0200
commit842ac21893b96915a80b673657ee8718bdc6fc5e (patch)
tree6444b15944417c49dcf00bf74ba16f5f8fbc747c /modules
parent8924d470065e554cb4532df49ba159ffdf8c1b32 (diff)
downloadgnulib-842ac21893b96915a80b673657ee8718bdc6fc5e.tar.gz
Use modern idiom for calloc() replacement.
Diffstat (limited to 'modules')
-rw-r--r--modules/calloc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calloc b/modules/calloc
index 52c9594a8f..07378b4e2e 100644
--- a/modules/calloc
+++ b/modules/calloc
@@ -9,7 +9,7 @@ Depends-on:
calloc-posix
configure.ac:
-AC_FUNC_CALLOC
+gl_FUNC_CALLOC_GNU
Makefile.am: