summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-10-18 23:39:01 -0700
committerGitHub <noreply@github.com>2017-10-18 23:39:01 -0700
commit24c4d046c492d598d32982194c84db236ccf9793 (patch)
tree3da28889ff8b023278b797700b688574249650f9 /configure
parent20faa68bbb912a7b7b056477f5966eff51ff0a65 (diff)
downloadcpython-git-24c4d046c492d598d32982194c84db236ccf9793.tar.gz
drop unused configure check for pthread_atfork (#4046)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index 324c034706..aa605d2f69 100755
--- a/configure
+++ b/configure
@@ -10541,17 +10541,6 @@ $as_echo "#define HAVE_BROKEN_PTHREAD_SIGMASK 1" >>confdefs.h
fi
done
- for ac_func in pthread_atfork
-do :
- ac_fn_c_check_func "$LINENO" "pthread_atfork" "ac_cv_func_pthread_atfork"
-if test "x$ac_cv_func_pthread_atfork" = xyes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_PTHREAD_ATFORK 1
-_ACEOF
-
-fi
-done
-
for ac_func in pthread_getcpuclockid
do :
ac_fn_c_check_func "$LINENO" "pthread_getcpuclockid" "ac_cv_func_pthread_getcpuclockid"