aboutsummaryrefslogtreecommitdiffstats
path: root/extension/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 /extension/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 'extension/configure.ac')
-rw-r--r--extension/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/configure.ac b/extension/configure.ac
index 40f29681..82742860 100644
--- a/extension/configure.ac
+++ b/extension/configure.ac
@@ -39,7 +39,7 @@ AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18.1])
dnl checks for structure members
-AC_STRUCT_ST_BLKSIZE
+AC_CHECK_MEMBERS([struct stat.st_blksize])
AM_PROG_AR
AC_SYS_LARGEFILE