From: Akim Demaille Date: Wed, 23 Oct 2002 07:42:13 +0000 (+0000) Subject: Typo. X-Git-Tag: AUTOCONF-2.54a~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2628b92bd8c1f5ce6e6bbd32115cd08dabbcd5;p=thirdparty%2Fautoconf.git Typo. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8bb0f4af1..ebed1c199 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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: