drop unused configure check for pthread_atfork (#4046)

This commit is contained in:
Benjamin Peterson 2017-10-18 23:39:01 -07:00 committed by GitHub
parent 20faa68bbb
commit 24c4d046c4
3 changed files with 0 additions and 15 deletions

View file

@ -3043,7 +3043,6 @@ if test "$posix_threads" = "yes"; then
[Define if pthread_sigmask() does not work on your system.])
;;
esac])
AC_CHECK_FUNCS(pthread_atfork)
AC_CHECK_FUNCS(pthread_getcpuclockid)
fi