summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-05 09:48:53 +0000
committerJim Meyering <jim@meyering.net>1999-11-05 09:48:53 +0000
commit8a255624460e151537f4798fb7dbb8d7a25577bb (patch)
treec4cb693e1e8fa229aa6bd4eed7efefac8ee9bd5b /m4
parent764e739e01afb913c0601468dcab6070fa77146d (diff)
downloadcoreutils-8a255624460e151537f4798fb7dbb8d7a25577bb.tar.xz
Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
AC_STRUCT_ST_BLKSIZE.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 0c9eb8619..5439e26f5 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -77,7 +77,7 @@ AC_DEFUN(jm_CHECK_ALL_TYPES,
AC_HEADER_DIRENT
AC_HEADER_STDC
- AC_STRUCT_ST_BLKSIZE
+ AC_CHECK_MEMBERS((struct stat.st_blksize))
AC_STRUCT_ST_BLOCKS
AC_STRUCT_TM