Skip to content

Commit 72ac812

Browse files
committed
libevent2022: Fix broken configure AC_LANG_PROGRAM
* Similar to commit 029964a This removes an extra `int main` during configure. Signed-off-by: Joshua Hursey <[email protected]>
1 parent b9b96f1 commit 72ac812

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)