diff options
author | hobbs <hobbs> | 2003-11-12 01:10:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-12 01:10:40 (GMT) |
commit | 0faab4b1fcb34df789147ece61ade73b3b7e5b67 (patch) | |
tree | 83c44648b67ec2f54455378ed967bf0a4443d295 /ChangeLog | |
parent | 459cac7ed25678462be3072d2b7047b512d49a4c (diff) | |
download | tk-0faab4b1fcb34df789147ece61ade73b3b7e5b67.zip tk-0faab4b1fcb34df789147ece61ade73b3b7e5b67.tar.gz tk-0faab4b1fcb34df789147ece61ade73b3b7e5b67.tar.bz2 |
* unix/configure:
* unix/configure.in: use xft-config instead of pkg-config to
determine xft info.
* unix/tcl.m4: improve AIX --enable-64bit handling
remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from
CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-11-11 Jeff Hobbs <jeffh@ActiveState.com> + * unix/configure: + * unix/configure.in: use xft-config instead of pkg-config to + determine xft info. + * unix/tcl.m4: improve AIX --enable-64bit handling + remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from + CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O). + * generic/tkButton.c (ConfigureButton): abort option processing if the button was deleted. [Bug #824479] |