diff options
author | mdejong <mdejong> | 2003-03-19 03:09:42 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-19 03:09:42 (GMT) |
commit | f97b7b2eece332b3cf9fac1c1e04ab0838e528b9 (patch) | |
tree | 77a8c53fadb2cb78f9ff3286708aa7b6a9a2efdc /ChangeLog | |
parent | f0273cd41b4b13cfd193ecf17ef5398525483120 (diff) | |
download | tcl-f97b7b2eece332b3cf9fac1c1e04ab0838e528b9.zip tcl-f97b7b2eece332b3cf9fac1c1e04ab0838e528b9.tar.gz tcl-f97b7b2eece332b3cf9fac1c1e04ab0838e528b9.tar.bz2 |
* win/configure: Regen.
* win/configure.in: Don't run the AC_CYGWIN
macro since it uses AC_CANONICAL_HOST under
autoconf 2.5X. Just check to see if __CYGWIN__
is defined by the compiler and set the
ac_cv_cygwin variable based on that.
[Bug 705912]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-03-18 Mo DeJong <mdejong@users.sourceforge.net> + + * win/configure: Regen. + * win/configure.in: Don't run the AC_CYGWIN + macro since it uses AC_CANONICAL_HOST under + autoconf 2.5X. Just check to see if __CYGWIN__ + is defined by the compiler and set the + ac_cv_cygwin variable based on that. + [Bug 705912] + 2003-03-18 Kevin Kenny <kennykb@users.sourceforge.net> * tests/registry.test: Changed the conditionals to avoid an |