summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
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)
commit3d14dd6bc91a1cdca6f1637178ddd9448ff4505e (patch)
treecbad4977c518ffb1ab5e91ba803f8ff5e64bd419 /unix/configure.in
parentc019848148730c03e59a86793f155327f407cd7e (diff)
parent60ef39d24a8c8c1572ef6f2efad50706b49e0f06 (diff)
downloadtcl-3d14dd6bc91a1cdca6f1637178ddd9448ff4505e.zip
tcl-3d14dd6bc91a1cdca6f1637178ddd9448ff4505e.tar.gz
tcl-3d14dd6bc91a1cdca6f1637178ddd9448ff4505e.tar.bz2
Move test for pthread_atfork inside SC_ENABLE_THREADS
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index cf5a86a..1a9bb31 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -121,7 +121,6 @@ fi
#------------------------------------------------------------------------
SC_ENABLE_THREADS
-AC_CHECK_FUNCS(pthread_atfork)
#------------------------------------------------------------------------
# Embedded configuration information, encoding to use for the values, TIP #59