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

11
configure vendored
View file

@ -10538,17 +10538,6 @@ $as_echo "#define HAVE_BROKEN_PTHREAD_SIGMASK 1" >>confdefs.h
;;
esac
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