configure: Remove PPOLL from config.mk

This commit is contained in:
Roy Marples 2020-09-06 15:25:59 +01:00
parent 6556019a6d
commit f08226379b

2
configure vendored
View File

@ -1227,7 +1227,6 @@ int main(void) {
EOF
if $XCC _ppoll.c -o _ppoll 2>&3; then
POLL=ppoll
echo "#define HAVE_PPOLL" >>$CONFIG_MK
echo "yes"
else
echo "no"
@ -1246,7 +1245,6 @@ int main(void) {
EOF
if $XCC _pollts.c -o _pollts 2>&3; then
POLL=pollts
echo "#define HAVE_PPOLL" >>$CONFIG_MK
echo "yes"
else
echo "no"