From: Roy Marples Date: Sat, 18 Jul 2015 10:28:50 +0000 (+0000) Subject: eloop itself now contains a pselect wrapper. X-Git-Tag: v6.9.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2916d8d3a9977a6889cb274a44bfbd9865a255c3;p=thirdparty%2Fdhcpcd.git eloop itself now contains a pselect wrapper. --- diff --git a/configure b/configure index 6228f209..dff30967 100755 --- a/configure +++ b/configure @@ -888,8 +888,7 @@ ppoll) echo "#define pollts ppoll" >>$CONFIG_H ;; pselect) - echo "COMPAT_SRCS+= compat/pselect.c" >>$CONFIG_MK - echo "#include \"compat/pollts.h\"" >>$CONFIG_H + # eloop assumes pselect if it cannot find anything suitable ;; *) echo "No suitable polling function is available, not even pselect" >&2