From: Jim Meyering Date: Fri, 12 Sep 2003 20:04:21 +0000 (+0000) Subject: (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h. X-Git-Tag: v5.1.0~713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0594cfaeda8e1189c9dd18fcdf7e3917554008e;p=thirdparty%2Fcoreutils.git (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h. --- 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], [:])