* m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Update comments about mingw.
+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.
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])