diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-29 20:52:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-29 20:52:03 (GMT) |
commit | b49d75097e2cde7a428f48f2049fe0cb54ecf2bf (patch) | |
tree | 02c5d333c5e5fdba3ddd8d9a69b1b753dd463ad4 /ChangeLog | |
parent | efdbc3f8c05ecc0ba68102a2701831532943961a (diff) | |
parent | 0778365664c71cc817ace102db58b34dca459aec (diff) | |
download | tk-b49d75097e2cde7a428f48f2049fe0cb54ecf2bf.zip tk-b49d75097e2cde7a428f48f2049fe0cb54ecf2bf.tar.gz tk-b49d75097e2cde7a428f48f2049fe0cb54ecf2bf.tar.bz2 |
[Bug 3511806] Compiler checks too early
This change allows to build the cygwin
and mingw32 ports of Tcl/Tk to build
out-of-the-box using a native or cross-
compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-03-29 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tcl.m4: [Bug 3511806] Compiler checks too early + * unix/configure.in: This change allows to build the cygwin + * unix/configure: and mingw32 ports of Tcl/Tk to build + * win/tcl.m4: out-of-the-box using a native or cross- + * win/configure.in: compiler. + * win/configure: + 2012-03-21 Jan Nijtmans <nijtmans@users.sf.net> * generic/tkColor.c: [Bug 2809525] Abort on overlong color name. |