From 95e7f4e7facadd9008d0e1c5140a9ccec18c9de1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 7 Jul 2011 13:01:34 +0200 Subject: [PATCH] Comments. * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw. --- ChangeLog | 5 +++++ m4/frexp.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e8e34c5c..316d25435 100644 --- 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 index 0021ed2b9..125edcdc4 100644 --- a/m4/frexp.m4 +++ b/m4/frexp.m4 @@ -88,7 +88,7 @@ AC_DEFUN([gl_CHECK_FREXP_NO_LIBM], 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]) -- 2.11.0