Skip to content

Commit c6595c2

Browse files
authored
Merge pull request #2792 from jjhursey/topic/libevent-conf2
libevent2022: Fix broken configure AC_LANG_PROGRAM
2 parents 4e9364b + 72ac812 commit c6595c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

opal/mca/event/libevent2022/libevent/configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,6 @@ AC_INCLUDES_DEFAULT
670670
#include <sys/syscall.h>
671671
#include <sys/epoll.h>
672672
],[[
673-
int
674-
main(int argc, char **argv)
675-
{
676673
struct epoll_event epevin;
677674
struct epoll_event epevout;
678675
int res;
@@ -701,7 +698,6 @@ main(int argc, char **argv)
701698
}
702699
}
703700
/* SUCCESS */
704-
}
705701
]])],
706702
[haveepollsyscall=yes
707703
# OMPI: don't use AC_LIBOBJ

0 commit comments

Comments
 (0)