diff configure.in @ 12039:48d3e2d261e6 release-3-2-x

configure.in: don't use system strftime on MinGW systems
author John W. Eaton <jwe@octave.org>
date Thu, 09 Jul 2009 15:04:34 -0400
parents 75c502937d2c
children a691ccd72863
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -1640,8 +1640,8 @@
 esac
 
 case "$canonical_host_type" in
-  *-*-msdosmsvc)
-    ## The %T format specifier for strftime is reportedly broken,
+  *-*-msdosmsvc | *-*-mingw*)
+    ## The %T and %e format specifiers for strftime are not implemented
     ## so use our version.  We could use an actual configure test
     ## for this.
   ;;