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)
commit6241ad2cd853f7fe54064a7e2bf5613926cf160a (patch)
treecbad4977c518ffb1ab5e91ba803f8ff5e64bd419 /unix/configure.in
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/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