# HG changeset patch # User Bruno Haible # Date 1310036494 -7200 # Node ID 13f119e605928a8df3700f3b1f2b8186ff134bdb # Parent c403e287a49e36849c337d400652d31cf141bb73 Comments. * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-07 Bruno Haible + + Comments. + * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw. + 2011-07-06 Bruno Haible sys_select: Fix compilation error on mingw, introduced on 2011-06-30. diff --git a/m4/frexp.m4 b/m4/frexp.m4 --- a/m4/frexp.m4 +++ b/m4/frexp.m4 @@ -88,7 +88,7 @@ dnl Test whether frexp() works also on denormalized numbers (this fails e.g. on dnl NetBSD 3.0), on infinite numbers (this fails e.g. on IRIX 6.5 and mingw), -dnl and on negative zero (this fails e.g. on NetBSD 4.99). +dnl and on negative zero (this fails e.g. on NetBSD 4.99 and mingw). AC_DEFUN([gl_FUNC_FREXP_WORKS], [ AC_REQUIRE([AC_PROG_CC])