]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
authorJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:41:05 +0000 (20:41 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Sep 2003 20:41:05 +0000 (20:41 +0000)
C headers, or for string.h.

m4/mountlist.m4

index c2af19a919b690b679e73f35424628c0f64c6a82..6a6b38c3fe63bfa6565612bbbd8c96ec53962239 100644 (file)
@@ -1,5 +1,5 @@
-# mountlist.m4 serial 1
-dnl Copyright (C) 2002 Free Software Foundation, Inc.
+# mountlist.m4 serial 2
+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
 dnl Public License, this file may be distributed as part of a program
@@ -19,9 +19,8 @@ AC_DEFUN([gl_MOUNTLIST],
 # Prerequisites of lib/mountlist.c not done by jm_LIST_MOUNTED_FILESYSTEMS.
 AC_DEFUN([gl_PREREQ_MOUNTLIST_EXTRA],
 [
-  AC_REQUIRE([AC_HEADER_STDC])
   dnl Note jm_LIST_MOUNTED_FILESYSTEMS checks for mntent.h, not sys/mntent.h.
-  AC_CHECK_HEADERS_ONCE(fcntl.h string.h unistd.h)
+  AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
   AC_CHECK_HEADERS(sys/mntent.h)
   jm_FSTYPENAME
 ])