Comments.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Jul 2011 11:01:34 +0000 (13:01 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Jul 2011 11:01:34 +0000 (13:01 +0200)
* m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw.

ChangeLog
m4/frexp.m4

index 8e8e34c..316d254 100644 (file)
--- 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.
index 0021ed2..125edcd 100644 (file)
@@ -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])