diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 09:11:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 09:11:49 (GMT) |
commit | 737ec6961f7bd02506efe8d90048cfa99bdfa6ca (patch) | |
tree | aac38ba7eb98689f51c47583ea598e62a64ba028 /unix/tcl.m4 | |
parent | 534e9ad20383eee85480e9b665c0431858ade025 (diff) | |
download | tk-737ec6961f7bd02506efe8d90048cfa99bdfa6ca.zip tk-737ec6961f7bd02506efe8d90048cfa99bdfa6ca.tar.gz tk-737ec6961f7bd02506efe8d90048cfa99bdfa6ca.tar.bz2 |
sync with Tcl version.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 879d810..f484989 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -679,7 +679,7 @@ AC_DEFUN([SC_ENABLE_THREADS], [ ac_saved_libs=$LIBS LIBS="$LIBS $THREADS_LIBS" - AC_CHECK_FUNCS(pthread_attr_setstacksize) + AC_CHECK_FUNCS(pthread_attr_setstacksize pthread_atfork) AC_CHECK_FUNC(pthread_attr_get_np,tcl_ok=yes,tcl_ok=no) if test $tcl_ok = yes ; then AC_DEFINE(HAVE_PTHREAD_ATTR_GET_NP, 1, |