* stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
[pspp] / m4 / ChangeLog
index b27909abbdac028fa266a2db62a957902f8b8a67..8dd25f6fc42806b4fa6ddde7ffd3c25114715058 100644 (file)
@@ -1,3 +1,10 @@
+2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
+       test for C99 conformance; (bool) 0.5 is an integer constant
+       expression, but (bool) -0.5 is not.  Problem reported by Fedor
+       Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
+
 2006-05-11  Simon Josefsson  <jas@extundo.com>
 
        * xvasprintf.m4: Fix obvious typo.