diff options
author | das <das> | 2006-04-06 09:25:49 (GMT) |
---|---|---|
committer | das <das> | 2006-04-06 09:25:49 (GMT) |
commit | c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4 (patch) | |
tree | 3ac8babae44d4c4344f5ffb6d3bbe8d9b9cd88e6 /unix/configure | |
parent | fb3a8d4fb48ee70e19e91c2509c31621f89dec1f (diff) | |
download | tcl-c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4.zip tcl-c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4.tar.gz tcl-c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4.tar.bz2 |
* unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
define on Darwin. [Bug 1457515]
* unix/configure: autoconf-2.59
* unix/tclConfig.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 81a323c..4febb3e 100755 --- a/unix/configure +++ b/unix/configure @@ -7948,11 +7948,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 |