(Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.

This commit is contained in:
Paul Eggert 2003-10-02 04:38:02 +00:00
parent 8eabae65c0
commit 065175811a

View File

@ -4883,7 +4883,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize])
@cvindex HAVE_ST_BLOCKS @cvindex HAVE_ST_BLOCKS
@ovindex LIBOBJS @ovindex LIBOBJS
If @code{struct stat} contains an @code{st_blocks} member, define If @code{struct stat} contains an @code{st_blocks} member, define
@code{HAVE_STRUCT STAT_ST_BLOCKS}. Otherwise, require an @code{HAVE_STRUCT_STAT_ST_BLOCKS}. Otherwise, require an
@code{AC_LIBOBJ} replacement of @samp{fileblocks}. The former name, @code{AC_LIBOBJ} replacement of @samp{fileblocks}. The former name,
@code{HAVE_ST_BLOCKS} is to be avoided, as its support will cease in the @code{HAVE_ST_BLOCKS} is to be avoided, as its support will cease in the
future. future.