diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 09:20:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-26 09:20:28 (GMT) |
commit | 6241ad2cd853f7fe54064a7e2bf5613926cf160a (patch) | |
tree | cbad4977c518ffb1ab5e91ba803f8ff5e64bd419 /unix/tcl.m4 | |
parent | e048f90718b9ad348b7ea46ad2196e19502042c1 (diff) | |
parent | 7fb69e61c80a0f943d0cbc01e7f4ba39eb2cb737 (diff) | |
download | tcl-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.m4 | 2 |
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 |