From: Michael Tremer Date: Thu, 10 Oct 2024 10:08:06 +0000 (+0000) Subject: configure: Don't check for epoll any more X-Git-Tag: 0.9.30~1095 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8481a8bff9eb892d7aa77e02095a371e3dffca;p=pakfire.git configure: Don't check for epoll any more We don't call this directly any more. Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 43a213e6a..192acb855 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \