diff options
author | mdejong <mdejong> | 2003-02-19 01:22:48 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-02-19 01:22:48 (GMT) |
commit | c9e684d45aa3b22b740b008ae6fbcca30f5d3501 (patch) | |
tree | c63ad4cf9387eede1b424f4a9869aaa2d5a3e1b8 /unix/tcl.m4 | |
parent | a3610d98f8d31fb6e2563bec54120c44554180dd (diff) | |
download | tk-c9e684d45aa3b22b740b008ae6fbcca30f5d3501.zip tk-c9e684d45aa3b22b740b008ae6fbcca30f5d3501.tar.gz tk-c9e684d45aa3b22b740b008ae6fbcca30f5d3501.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 083c4e8..b24349f 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -450,7 +450,10 @@ AC_DEFUN(SC_ENABLE_THREADS, [ # Does the pthread-implementation provide # 'pthread_attr_setstacksize' ? + ac_saved_libs=$LIBS + LIBS="$LIBS $THREADS_LIBS" AC_CHECK_FUNCS(pthread_attr_setstacksize) + LIBS=$ac_saved_libs AC_CHECK_FUNCS(readdir_r) else TCL_THREADS=0 |