diff options
author | mdejong <mdejong> | 2003-02-19 00:30:37 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-02-19 00:30:37 (GMT) |
commit | d5ac0ec459ba1712e7cea8124cc52e25f88f7185 (patch) | |
tree | 3b6e24b0206b8a93adea119a6a00ac07d57e4ded /ChangeLog | |
parent | 2b8975d8a5d0bdd34a74b2a375fd2945df3cb6e7 (diff) | |
download | tcl-d5ac0ec459ba1712e7cea8124cc52e25f88f7185.zip tcl-d5ac0ec459ba1712e7cea8124cc52e25f88f7185.tar.gz tcl-d5ac0ec459ba1712e7cea8124cc52e25f88f7185.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4 (SC_ENABLE_THREADS): Make sure
-lpthread gets passed on the link line when
checking for the pthread_attr_setstacksize symbol.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-02-18 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/tcl.m4 (SC_ENABLE_THREADS): Make sure + -lpthread gets passed on the link line when + checking for the pthread_attr_setstacksize symbol. + 2003-02-18 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclTest.c: cleanup of new 'simplefs' test code, and |