diff options
| author | Roy Marples <roy@marples.name> | 2020-09-06 15:25:59 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-09-06 15:25:59 +0100 |
| commit | f08226379b0325f52848e54540d7b03be64698df (patch) | |
| tree | f6b671e1353e1408c1b9df81f43e31e4211f7779 /configure | |
| parent | 6556019a6dc8f79dd5c235817cf95b98139b4eb4 (diff) | |
| download | dhcpcd-f08226379b0325f52848e54540d7b03be64698df.tar.xz | |
configure: Remove PPOLL from config.mk
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |
