summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-25 14:24:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-25 14:24:39 (GMT)
commit7fb69e61c80a0f943d0cbc01e7f4ba39eb2cb737 (patch)
tree6026cb2681f531b22a15c285ffcc3309abbc0712 /unix/configure.in
parent7682f9c4cd7dfb3439a27d03b4531358798ff443 (diff)
downloadtcl-7fb69e61c80a0f943d0cbc01e7f4ba39eb2cb737.zip
tcl-7fb69e61c80a0f943d0cbc01e7f4ba39eb2cb737.tar.gz
tcl-7fb69e61c80a0f943d0cbc01e7f4ba39eb2cb737.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 5a7125e..37de8be 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -93,7 +93,6 @@ fi
#------------------------------------------------------------------------
SC_ENABLE_THREADS
-AC_CHECK_FUNCS(pthread_atfork)
#------------------------------------------------------------------------
# Embedded configuration information, encoding to use for the values, TIP #59