diff options
author | das <das> | 2006-04-06 09:28:32 (GMT) |
---|---|---|
committer | das <das> | 2006-04-06 09:28:32 (GMT) |
commit | 51e742898c9dbae025546b73a412d1f992329241 (patch) | |
tree | 344540b6567d7f6d98acd2e3a6a3092ec49ae153 /unix/configure | |
parent | dcd72fae9845151ba5a984535c43827513b52349 (diff) | |
download | tk-51e742898c9dbae025546b73a412d1f992329241.zip tk-51e742898c9dbae025546b73a412d1f992329241.tar.gz tk-51e742898c9dbae025546b73a412d1f992329241.tar.bz2 |
* macosx/tkMacOSXWm.c (WmAttributesCmd, WmIconbitmapCmd): fix errors
in setting/removing window proxy icons via [wm attributes -titlepath]
and [wm iconbitmap], use HIWindow API on Tiger or later. [Bug 1455241]
* unix/tcl.m4: remove TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
define on Darwin. [Tcl Bug 1457515]
* unix/configure: autoconf-2.59
* unix/tkConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure index 9a3a53f..135efca 100755 --- a/unix/configure +++ b/unix/configure @@ -6226,11 +6226,6 @@ cat >>confdefs.h <<\_ACEOF #define TCL_LOAD_FROM_MEMORY 1 _ACEOF - -cat >>confdefs.h <<\_ACEOF -#define TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING 1 -_ACEOF - # prior to Darwin 7, realpath is not threadsafe, so don't # use it when threads are enabled, c.f. bug # 711232: echo "$as_me:$LINENO: checking for realpath" >&5 |