]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
configure: Remove PPOLL from config.mk
authorRoy Marples <roy@marples.name>
Sun, 6 Sep 2020 14:25:59 +0000 (15:25 +0100)
committerRoy Marples <roy@marples.name>
Sun, 6 Sep 2020 14:25:59 +0000 (15:25 +0100)
configure

index 929885813ae0fff09b4619341752a8f896a1e885..60381cf27d7ca6223108c98ccd7b57b39c148835 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"