1
1

Merge pull request #2792 from jjhursey/topic/libevent-conf2

libevent2022: Fix broken configure AC_LANG_PROGRAM
Этот коммит содержится в:
Josh Hursey 2017-01-24 08:31:46 -06:00 коммит произвёл GitHub
родитель 4e9364b9a4 72ac812039
Коммит c6595c2289

Просмотреть файл

@ -670,9 +670,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;
@ -701,7 +698,6 @@ main(int argc, char **argv)
}
}
/* SUCCESS */
}
]])],
[haveepollsyscall=yes
# OMPI: don't use AC_LIBOBJ