From: Paul Eggert Date: Wed, 14 Dec 2005 01:17:51 +0000 (+0000) Subject: One other stdbool.m4 change. X-Git-Tag: v6.0~1131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3463531cd0ab7a779ef9327c55eaa32b63907b7e;p=thirdparty%2Fcoreutils.git One other stdbool.m4 change. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 206ae17789..ce7cc0a5c5 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,6 +1,8 @@ 2005-12-13 Paul Eggert - * stdbool.m4 (AC_HEADER_STDBOOL): Check for buggy compiler that + * stdbool.m4 (AM_STDBOOL_H): Substitute HAVE__BOOL again, reverting + 2005-11-25 change. + (AC_HEADER_STDBOOL): Check for buggy compiler that has _Bool but mishandles _Bool |= _Bool. 2005-12-07 Paul Eggert