summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2009-04-28 16:52:31 (GMT)
committerhobbs <hobbs>2009-04-28 16:52:31 (GMT)
commit1d39d37569915c98b2d0481ee6fc1651c97ad221 (patch)
treee082becd378016e69b7752a3713319111d0136b1 /ChangeLog
parent972dc7549d64a4c2203fec9c5d425e1d1a06d2bb (diff)
downloadtk-1d39d37569915c98b2d0481ee6fc1651c97ad221.zip
tk-1d39d37569915c98b2d0481ee6fc1651c97ad221.tar.gz
tk-1d39d37569915c98b2d0481ee6fc1651c97ad221.tar.bz2
* unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check
to add _r to CC on AIX with threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b963f32..f6b7838 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-28 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check
+ to add _r to CC on AIX with threads.
+
2009-04-14 Stuart Cassoff <stwo@users.sourceforge.net>
* unix/tcl.m4: Removed -Wno-implicit-int from CFLAGS_WARNING.