From: Roy Marples Date: Sun, 6 Sep 2020 14:25:59 +0000 (+0100) Subject: configure: Remove PPOLL from config.mk X-Git-Tag: v9.2.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08226379b0325f52848e54540d7b03be64698df;p=thirdparty%2Fdhcpcd.git configure: Remove PPOLL from config.mk --- diff --git a/configure b/configure index 92988581..60381cf2 100755 --- 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"