diff options
author | das <das> | 2005-07-30 07:58:11 (GMT) |
---|---|---|
committer | das <das> | 2005-07-30 07:58:11 (GMT) |
commit | c918210ee55ae018cc40f8a8b411feed5af07de4 (patch) | |
tree | e9aa2445feb4a2bd335c814c030d801a960eebdb /unix/tcl.m4 | |
parent | 34c1b26fda7971d730ebcf6498ef36793dc84609 (diff) | |
download | tcl-c918210ee55ae018cc40f8a8b411feed5af07de4.zip tcl-c918210ee55ae018cc40f8a8b411feed5af07de4.tar.gz tcl-c918210ee55ae018cc40f8a8b411feed5af07de4.tar.bz2 |
* unix/configure, unix/tcl.m4: revert 2005-07-28 change.
* unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds
for bugs/changes in behaviour in Mac OS X 10.4 Tiger, sync
formatting changes from HEAD.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 1ea2f5f..a48c114 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1454,9 +1454,7 @@ dnl AC_CHECK_TOOL(AR, ar) AC_DEFINE(MAC_OSX_TCL) AC_DEFINE(USE_VFORK) AC_DEFINE(TCL_DEFAULT_ENCODING,"utf-8") - if test "$SHARED_BUILD" = "1" ; then - AC_DEFINE(TCL_LOAD_FROM_MEMORY) - fi + AC_DEFINE(TCL_LOAD_FROM_MEMORY) # 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) |