summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-29 20:52:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-29 20:52:03 (GMT)
commitb49d75097e2cde7a428f48f2049fe0cb54ecf2bf (patch)
tree02c5d333c5e5fdba3ddd8d9a69b1b753dd463ad4 /ChangeLog
parentefdbc3f8c05ecc0ba68102a2701831532943961a (diff)
parent0778365664c71cc817ace102db58b34dca459aec (diff)
downloadtk-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cbf1e0..1bdaa06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.