summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-16 07:40:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-16 07:40:02 +0000
commitb946f4c96ba2bda9832a01c2716f3121a769b6ed (patch)
tree7238f8a8f6b240c4ee98611f0f4f95cfb33ead0d
parente9f5a9b7193a3f0f084481b78289c9472740c37f (diff)
downloadcoreutils-b946f4c96ba2bda9832a01c2716f3121a769b6ed.tar.xz
(gl_CHECK_ALL_TYPES): Do not require
AC_STRUCT_ST_MTIM_NSEC; it's obsolete.
-rw-r--r--m4/jm-macros.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 644918a30..281058c41 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 91 -*- autoconf -*-
+#serial 92 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -256,7 +256,6 @@ AC_DEFUN([gl_CHECK_ALL_TYPES],
])
AC_REQUIRE([AC_STRUCT_ST_BLOCKS])
- AC_REQUIRE([AC_STRUCT_ST_MTIM_NSEC])
AC_REQUIRE([AC_STRUCT_ST_DM_MODE])
AC_REQUIRE([AC_TYPE_GETGROUPS])