summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-12 01:09:15 (GMT)
committerhobbs <hobbs>2003-11-12 01:09:15 (GMT)
commitfb87ee2e5398380c907389f452c69da6fccc14af (patch)
treeca0c9904f2f5eacaa385643a4dc9d4b3eb7cbc59 /ChangeLog
parent62397c286ba9f643a43b403afee53647389b4429 (diff)
downloadtk-fb87ee2e5398380c907389f452c69da6fccc14af.zip
tk-fb87ee2e5398380c907389f452c69da6fccc14af.tar.gz
tk-fb87ee2e5398380c907389f452c69da6fccc14af.tar.bz2
improve AIX --enable-64bit handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5efa0ac..3b20f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-11-11 Jeff Hobbs <jeffh@ActiveState.com>
+ * unix/configure:
+ * unix/tcl.m4: improve AIX --enable-64bit handling
+
* generic/tkButton.c (ConfigureButton): abort option processing if
the button was deleted. [Bug #824479]