changeset 15356:13f119e60592

Comments. * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw.
author Bruno Haible <bruno@clisp.org>
date Thu, 07 Jul 2011 13:01:34 +0200
parents c403e287a49e
children c155eaad308b
files ChangeLog m4/frexp.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-07  Bruno Haible  <bruno@clisp.org>
+
+	Comments.
+	* m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw.
+
 2011-07-06  Bruno Haible  <bruno@clisp.org>
 
 	sys_select: Fix compilation error on mingw, introduced on 2011-06-30.
--- 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])