From: Paul Eggert Date: Thu, 2 Oct 2003 04:38:02 +0000 (+0000) Subject: (Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS. X-Git-Tag: AUTOCONF-2.57g~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065175811a76b2f686344b080725b9c346be2a70;p=thirdparty%2Fautoconf.git (Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 0da94a41..39245f45 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4883,7 +4883,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize]) @cvindex HAVE_ST_BLOCKS @ovindex LIBOBJS 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{HAVE_ST_BLOCKS} is to be avoided, as its support will cease in the future.