diff options
author | hobbs <hobbs> | 1999-12-21 23:56:33 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-21 23:56:33 (GMT) |
commit | af7ee473b79083a6795f5ab9300f64b4c1961b3c (patch) | |
tree | 3e1d623e322ec0ee93f04c760ab3f0937a3ef4d6 /unix/aclocal.m4 | |
parent | fdba0d6552ccb3b13cdb2b5f6ba531ebff096158 (diff) | |
download | tk-af7ee473b79083a6795f5ab9300f64b4c1961b3c.zip tk-af7ee473b79083a6795f5ab9300f64b4c1961b3c.tar.gz tk-af7ee473b79083a6795f5ab9300f64b4c1961b3c.tar.bz2 |
* unix/configure.in:
* README: updated for patch level 8.3b1
* unix/tkUnixWm.c: fixed panic in Tk_CoordsToWindow to print error
and continue instead (for Tix) [Bug: 716 et al]
* unix/tkUnixMenu.c:
* unix/tkUnixFont.c:
* generic/tkImgPPM.c: removed extranneous vars that were set but
never used.
* unix/aclocal.m4: removed -O flag for AIX when using the IBM
compiler (several versions have a bug that crops up in the text
widget). [Bug: 2316]
* unix/Makefile.in: removed extra slash in SCRIPT_INSTALL_DIR
[Bug: 3896]
Diffstat (limited to 'unix/aclocal.m4')
-rw-r--r-- | unix/aclocal.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/aclocal.m4 b/unix/aclocal.m4 index d40e855..317d2a9 100644 --- a/unix/aclocal.m4 +++ b/unix/aclocal.m4 @@ -565,6 +565,9 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ TCL_EXP_FILE="" case $system in AIX-4.[[2-9]]) + # The IBM compiler has a bug with -O when compiling the + # text widget code (TkTextPixelIndex segv) + CFLAGS_OPTIMIZE="" SHLIB_CFLAGS="" SHLIB_LD=$TCL_SHLIB_LD SHLIB_LD_LIBS='${LIBS}' |