diff options
author | mdejong <mdejong> | 2001-11-09 10:56:36 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-11-09 10:56:36 (GMT) |
commit | b90b89bed34aa5b960fbe1973bffc54bf0527b7c (patch) | |
tree | 1c45625c5df8cdcaf0b8663d8176337767d16068 /ChangeLog | |
parent | 31b7282d515996a6120c332d856e109bf08c9ee7 (diff) | |
download | tcl-b90b89bed34aa5b960fbe1973bffc54bf0527b7c.zip tcl-b90b89bed34aa5b960fbe1973bffc54bf0527b7c.tar.gz tcl-b90b89bed34aa5b960fbe1973bffc54bf0527b7c.tar.bz2 |
Enable thread support under FreeBSD. [Tcl bug 473708]
* unix/configure: Regen.
* unix/tcl.m4 (SC_ENABLE_THREADS): Check for pthread functions
in libc_r and enable thread support if found.
* unix/dltest/Makefile.in: Set SHLIB_LD_LIBS and use it in
the Makefile to properly link a shared library.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2001-11-08 Mo DeJong <mdejong@users.sourceforge.net> + Enable thread support under FreeBSD. [Tcl bug 473708] + + * unix/configure: Regen. + * unix/tcl.m4 (SC_ENABLE_THREADS): Check for pthread functions + in libc_r and enable thread support if found. + * unix/dltest/Makefile.in: Set SHLIB_LD_LIBS and use it in + the Makefile to properly link a shared library. + +2001-11-08 Mo DeJong <mdejong@users.sourceforge.net> + * unix/Makefile.in: * unix/dltest/Makefile.in: Avoid adding libc to the LIBS variable since it |