summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-26 09:20:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-26 09:20:28 (GMT)
commit6241ad2cd853f7fe54064a7e2bf5613926cf160a (patch)
treecbad4977c518ffb1ab5e91ba803f8ff5e64bd419 /unix/tcl.m4
parente048f90718b9ad348b7ea46ad2196e19502042c1 (diff)
parent7fb69e61c80a0f943d0cbc01e7f4ba39eb2cb737 (diff)
downloadtcl-6241ad2cd853f7fe54064a7e2bf5613926cf160a.zip
tcl-6241ad2cd853f7fe54064a7e2bf5613926cf160a.tar.gz
tcl-6241ad2cd853f7fe54064a7e2bf5613926cf160a.tar.bz2
Move test for pthread_atfork inside SC_ENABLE_THREADS
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index a95cf63..dc5c16a 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -676,7 +676,7 @@ AC_DEFUN([SC_ENABLE_THREADS], [
# Does the pthread-implementation provide
# 'pthread_attr_setstacksize' ?
- AC_CHECK_FUNCS(pthread_attr_setstacksize)
+ AC_CHECK_FUNCS(pthread_attr_setstacksize pthread_atfork)
else
TCL_THREADS=0
fi