diff options
author | das <das> | 2006-04-06 09:26:03 (GMT) |
---|---|---|
committer | das <das> | 2006-04-06 09:26:03 (GMT) |
commit | 5015d22ee0b8292bcbc90e93a922fa092b52b0c1 (patch) | |
tree | 79e9d9a644e4746870867f0b92072444bf90120b /unix/tcl.m4 | |
parent | 64851d233f48b70a58856de35669a22004013dc1 (diff) | |
download | tcl-5015d22ee0b8292bcbc90e93a922fa092b52b0c1.zip tcl-5015d22ee0b8292bcbc90e93a922fa092b52b0c1.tar.gz tcl-5015d22ee0b8292bcbc90e93a922fa092b52b0c1.tar.bz2 |
* unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
define on Darwin. [Bug 1457515]
* unix/configure: autoconf-2.13
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 1 |
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) |