]> git.ipfire.org Git - pakfire.git/commitdiff
configure: Don't check for epoll any more
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Oct 2024 10:08:06 +0000 (10:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 10 Oct 2024 10:08:06 +0000 (10:08 +0000)
We don't call this directly any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 43a213e6a8c8824768e2fa282d30bd49175d8ea8..192acb8553d54b90ef4dd2fa5cf53affe8ff2dde 100644 (file)
@@ -214,7 +214,6 @@ AC_CHECK_HEADERS([ \
        string.h \
        syslog.h \
        sys/capability.h \
-       sys/epoll.h \
        sys/file.h \
        sys/ioctl.h \
        sys/mount.h \
@@ -238,9 +237,6 @@ AC_CHECK_HEADERS([ \
 AC_CHECK_FUNCS([ \
        asprintf \
        bpf \
-       epoll_ctl \
-       epoll_create1 \
-       epoll_wait \
        flock \
        fnctl \
        getpid \