]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Particular Structure Checks): Fix misspelling of HAVE_STRUCT_STAT_ST_BLOCKS.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Oct 2003 04:38:02 +0000 (04:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Oct 2003 04:38:02 +0000 (04:38 +0000)
doc/autoconf.texi

index 0da94a41362d095368013f7fa583020077c611cd..39245f45a6905b5d186f6333b8a1b926d6b9051d 100644 (file)
@@ -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.