From cffaaf9a620cd803ce00e54c623301c98705821c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Sep 2003 10:47:05 +0000 Subject: [PATCH] (gl_USERSPEC): Do not require standard C headers. (gl_USERSPEC): Do not check for string.h. --- m4/userspec.m4 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/m4/userspec.m4 b/m4/userspec.m4 index 862c871709..df78b83cc3 100644 --- a/m4/userspec.m4 +++ b/m4/userspec.m4 @@ -1,4 +1,4 @@ -# userspec.m4 serial 2 +# userspec.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 @@ -9,7 +9,6 @@ dnl the same distribution terms as the rest of that program. AC_DEFUN([gl_USERSPEC], [ dnl Prerequisites of lib/userspec.c. - AC_REQUIRE([AC_HEADER_STDC]) AC_REQUIRE([AC_FUNC_ALLOCA]) - AC_CHECK_HEADERS_ONCE(string.h sys/param.h unistd.h) + AC_CHECK_HEADERS_ONCE(sys/param.h unistd.h) ]) -- 2.47.2