]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
eloop itself now contains a pselect wrapper.
authorRoy Marples <roy@marples.name>
Sat, 18 Jul 2015 10:28:50 +0000 (10:28 +0000)
committerRoy Marples <roy@marples.name>
Sat, 18 Jul 2015 10:28:50 +0000 (10:28 +0000)
configure

index 6228f2093a98354ca55843b909697e86d8d4768e..dff30967fbf42aa649fcfb766f35a24bd9822706 100755 (executable)
--- 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