Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions opal/mca/event/libevent2022/libevent/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,6 @@ if test "$enable_epoll" != "no" ; then
AC_INCLUDES_DEFAULT
#include <sys/epoll.h>
],[[
int main(int argc, char **argv)
{
struct epoll_event epevin;
struct epoll_event epevout;
int res;
Expand Down Expand Up @@ -639,7 +637,6 @@ int main(int argc, char **argv)
}
}
/* SUCCESS */
}
]])],
[haveepoll=yes
# OMPI: Don't use AC_LIBOBJ
Expand Down Expand Up @@ -671,9 +668,6 @@ AC_INCLUDES_DEFAULT
#include <sys/syscall.h>
#include <sys/epoll.h>
],[[
int
main(int argc, char **argv)
{
struct epoll_event epevin;
struct epoll_event epevout;
int res;
Expand Down Expand Up @@ -702,7 +696,6 @@ main(int argc, char **argv)
}
}
/* SUCCESS */
}
]])],
[haveepollsyscall=yes
# OMPI: don't use AC_LIBOBJ
Expand Down