mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-30 13:34:57 +08:00
configure: Remove PPOLL from config.mk
This commit is contained in:
parent
6556019a6d
commit
f08226379b
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user