From 4e8481a8bff9eb892d7aa77e02095a371e3dffca Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 10 Oct 2024 10:08:06 +0000 Subject: [PATCH] configure: Don't check for epoll any more We don't call this directly any more. Signed-off-by: Michael Tremer --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) 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 \ -- 2.47.3