summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2006-04-06 09:28:59 (GMT)
committerdas <das>2006-04-06 09:28:59 (GMT)
commit926f0d33196eb33569374ed0a745f71d6fdf8f52 (patch)
tree561ae0afa388c45bf802efba1c5bb7400f5a61a9 /unix/tcl.m4
parent1e1d1895e11ab764b230f42f9f8cba7698fd4865 (diff)
downloadtk-926f0d33196eb33569374ed0a745f71d6fdf8f52.zip
tk-926f0d33196eb33569374ed0a745f71d6fdf8f52.tar.gz
tk-926f0d33196eb33569374ed0a745f71d6fdf8f52.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.13
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 353fc79..24c17ea 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1613,7 +1613,6 @@ dnl AC_CHECK_TOOL(AR, ar)
AC_DEFINE(USE_VFORK)
AC_DEFINE(TCL_DEFAULT_ENCODING,"utf-8")
AC_DEFINE(TCL_LOAD_FROM_MEMORY)
- AC_DEFINE(TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING)
# prior to Darwin 7, realpath is not threadsafe, so don't
# use it when threads are enabled, c.f. bug # 711232:
AC_CHECK_FUNC(realpath)