summaryrefslogtreecommitdiff
path: root/m4/fileblocks.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fileblocks.m4')
-rw-r--r--m4/fileblocks.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/fileblocks.m4 b/m4/fileblocks.m4
index c8f99621b9..8700edaef1 100644
--- a/m4/fileblocks.m4
+++ b/m4/fileblocks.m4
@@ -8,6 +8,10 @@ AC_DEFUN([gl_FILEBLOCKS],
[
AC_STRUCT_ST_BLOCKS
dnl Note: AC_STRUCT_ST_BLOCKS does AC_LIBOBJ([fileblocks]).
+ dnl The stat-size module depends on this one and also assumes that
+ dnl HAVE_STRUCT_STAT_ST_BLOCKS is correctly defined. So if you
+ dnl remove the call above, please make sure that this does not
+ dnl introduce a bug into lib/stat-size.h.
if test $ac_cv_member_struct_stat_st_blocks = no; then
gl_PREREQ_FILEBLOCKS
fi