]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Typo.
authorAkim Demaille <akim@epita.fr>
Wed, 23 Oct 2002 07:42:13 +0000 (07:42 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 23 Oct 2002 07:42:13 +0000 (07:42 +0000)
doc/autoconf.texi

index 8bb0f4af1da931b26e3f001e1c9aaea2e956b305..ebed1c1994bd2ddb24637ff8e902a8e71a4a2913 100644 (file)
@@ -4286,7 +4286,7 @@ Amdahl UTS and Motorola System V/88.
 @cvindex HAVE_STDBOOL_H
 @cvindex HAVE__BOOL
 If @file{stdbool.h} exists and is conformant to C99, define
-@code{HAVE_STDBOOL_H} to 1; if the type @code{_Bool} define
+@code{HAVE_STDBOOL_H} to 1; if the type @code{_Bool} is defined, define
 @code{HAVE__BOOL} to 1.  To fulfill the C99 requirements, your
 @file{system.h} should contain the following code: