Mercurial > hg > octave-nkf
diff configure.in @ 6870:e2e5425905ac
[project @ 2007-09-06 20:18:20 by jwe]
author | jwe |
---|---|
date | Thu, 06 Sep 2007 20:18:28 +0000 |
parents | a052825889a0 |
children | f779c83d6ccf |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ EXTERN_CXXFLAGS="$CXXFLAGS" AC_INIT -AC_REVISION($Revision: 1.573 $) +AC_REVISION($Revision: 1.574 $) AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/octave.cc]) AC_CONFIG_HEADER(config.h) @@ -1453,7 +1453,7 @@ esac case "$canonical_host_type" in - *-apple-darwin*) + *-apple-darwin* | *-*-cygwin*) ## The weekday function, which uses strptime, is broken because ## strptime is apparently not setting wday correctly for formats ## like "%d-%m-%Y", so use our version. We could use an actual