We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e9364b + 72ac812 commit c6595c2Copy full SHA for c6595c2
opal/mca/event/libevent2022/libevent/configure.ac
@@ -670,9 +670,6 @@ AC_INCLUDES_DEFAULT
670
#include <sys/syscall.h>
671
#include <sys/epoll.h>
672
],[[
673
-int
674
-main(int argc, char **argv)
675
-{
676
struct epoll_event epevin;
677
struct epoll_event epevout;
678
int res;
@@ -701,7 +698,6 @@ main(int argc, char **argv)
701
698
}
702
699
703
700
/* SUCCESS */
704
-}
705
]])],
706
[haveepollsyscall=yes
707
# OMPI: don't use AC_LIBOBJ
0 commit comments