aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-05-27 18:39:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-05-27 18:39:47 +0300
commit62b366e5e839aee729a9f97d3c4c38bca4aaddab (patch)
tree0c43d8cf58d96a682d76d6eef0fad674e34cba87 /configure.ac
parentab87511e508240554044d3913c3030b35d26b29e (diff)
downloadegawk-62b366e5e839aee729a9f97d3c4c38bca4aaddab.tar.gz
egawk-62b366e5e839aee729a9f97d3c4c38bca4aaddab.tar.bz2
egawk-62b366e5e839aee729a9f97d3c4c38bca4aaddab.zip
Replace obsolete AC_STRUCT_ST_BLKSIZE macro.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3cf77bee..b401cb40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,7 +359,7 @@ dnl check for mpfr support
GNUPG_CHECK_MPFR
dnl checks for structure members
-AC_STRUCT_ST_BLKSIZE
+AC_CHECK_MEMBERS([struct stat.st_blksize])
AC_HEADER_TIME
AC_STRUCT_TM
AC_STRUCT_TIMEZONE