From 315eae50a5d70009314d405b8f6b9e0ede5e62c5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Jun 2004 15:13:27 +0000 Subject: [PATCH] (AC_FUNC_CALLOC): Remove use of AN_FUNCTION. --- m4/calloc.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/calloc.m4 b/m4/calloc.m4 index fbeaaccf13..88861f9d4d 100644 --- a/m4/calloc.m4 +++ b/m4/calloc.m4 @@ -31,7 +31,6 @@ AS_IF([test $ac_cv_func_calloc_0_nonnull = yes], [$1], [$2]) # --------------- # Report whether `calloc (0, 0)' is properly handled, and replace calloc if # needed. -AN_FUNCTION([calloc], [AC_FUNC_CALLOC]) AC_DEFUN([AC_FUNC_CALLOC], [_AC_FUNC_CALLOC_IF( [AC_DEFINE([HAVE_CALLOC], 1, -- 2.47.3