diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-23 09:07:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-23 09:07:21 (GMT) |
commit | c81da08d4a5ddf07bf70bab9be966473b2520644 (patch) | |
tree | 4cce922c87672dd9b4a335d407d481a402dbd278 /unix/configure.in | |
parent | ae8d32e17d3ddc932def49dc45643928d7fe97ea (diff) | |
download | tcl-c81da08d4a5ddf07bf70bab9be966473b2520644.zip tcl-c81da08d4a5ddf07bf70bab9be966473b2520644.tar.gz tcl-c81da08d4a5ddf07bf70bab9be966473b2520644.tar.bz2 |
Add "testfork" test command. Not used in any test-case yet
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index e22a7d3..5a7125e 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -93,6 +93,7 @@ fi #------------------------------------------------------------------------ SC_ENABLE_THREADS +AC_CHECK_FUNCS(pthread_atfork) #------------------------------------------------------------------------ # Embedded configuration information, encoding to use for the values, TIP #59 @@ -513,7 +514,6 @@ if test "`uname -s`" = "Darwin" ; then if test $tcl_corefoundation = yes; then AC_CHECK_HEADERS(libkern/OSAtomic.h) AC_CHECK_FUNCS(OSSpinLockLock) - AC_CHECK_FUNCS(pthread_atfork) fi AC_DEFINE(USE_VFORK, 1, [Should we use vfork() instead of fork()?]) AC_DEFINE(TCL_DEFAULT_ENCODING, "utf-8", |