From e0594cfaeda8e1189c9dd18fcdf7e3917554008e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 12 Sep 2003 20:04:21 +0000 Subject: [PATCH] (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h. --- m4/alloca.m4 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/m4/alloca.m4 b/m4/alloca.m4 index 4df039d203..793cf0ac0e 100644 --- a/m4/alloca.m4 +++ b/m4/alloca.m4 @@ -1,4 +1,4 @@ -# alloca.m4 serial 2 (gettext-0.12) +# alloca.m4 serial 3 dnl Copyright (C) 2002-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -31,6 +31,4 @@ AC_DEFUN([gl_FUNC_ALLOCA], # Prerequisites of lib/alloca.c. # STACK_DIRECTION is already handled by AC_FUNC_ALLOCA. -AC_DEFUN([gl_PREREQ_ALLOCA], [ - AC_CHECK_HEADERS_ONCE(stdlib.h string.h) -]) +AC_DEFUN([gl_PREREQ_ALLOCA], [:]) -- 2.47.2