]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_USERSPEC): Do not require standard C headers.
authorJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:47:05 +0000 (10:47 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:47:05 +0000 (10:47 +0000)
(gl_USERSPEC): Do not check for string.h.

m4/userspec.m4

index 862c871709470bfb100b86144a2ce621ae5a1fe7..df78b83cc324d6d783d6eec58c32d1144594f0b5 100644 (file)
@@ -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)
 ])