* m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
authorEric Blake <ebb9@byu.net>
Thu, 31 May 2007 16:32:39 +0000 (16:32 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 31 May 2007 16:32:39 +0000 (16:32 +0000)
cross compiling.

ChangeLog
m4/frexpl.m4

index 4bd2958..e742651 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-31  Eric Blake  <ebb9@byu.net>
+
+       * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
+       cross compiling.
+
 2007-05-30  Eric Blake  <ebb9@byu.net>
        and Bruno Haible  <bruno@clisp.org>
 
@@ -55,7 +60,7 @@
        compiling case.
 
 2007-05-29  Eric Blake  <ebb9@byu.net>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
        cross compiles.
index dad5dd7..72e6a82 100644 (file)
@@ -142,7 +142,7 @@ int main()
   return 0;
 }], [gl_cv_func_frexpl_works=yes], [gl_cv_func_frexpl_works=no],
       [case "$host_os" in
-         aix* | beos* | irix*) gl_cv_func_frexpl_works="guessing no";;
+         aix* | beos* | irix* | mingw*) gl_cv_func_frexpl_works="guessing no";;
          *)                    gl_cv_func_frexpl_works="guessing yes";;
        esac
       ])