summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-09-06 15:25:59 +0100
committerRoy Marples <roy@marples.name>2020-09-06 15:25:59 +0100
commitf08226379b0325f52848e54540d7b03be64698df (patch)
treef6b671e1353e1408c1b9df81f43e31e4211f7779 /configure
parent6556019a6dc8f79dd5c235817cf95b98139b4eb4 (diff)
downloaddhcpcd-f08226379b0325f52848e54540d7b03be64698df.tar.xz
configure: Remove PPOLL from config.mk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
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"