summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-13 10:47:05 +0000
committerJim Meyering <jim@meyering.net>2003-09-13 10:47:05 +0000
commitcffaaf9a620cd803ce00e54c623301c98705821c (patch)
treed660aced4e9021c95f940e8411c81c80eb796943 /m4
parent93810d912a05769be9d4d9c82a211487f0726a12 (diff)
downloadcoreutils-cffaaf9a620cd803ce00e54c623301c98705821c.tar.xz
(gl_USERSPEC): Do not require standard C headers.
(gl_USERSPEC): Do not check for string.h.
Diffstat (limited to 'm4')
-rw-r--r--m4/userspec.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/userspec.m4 b/m4/userspec.m4
index 862c87170..df78b83cc 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)
])