1
1

Merge pull request #2788 from jjhursey/topic/libevent-conf

libevent2022: Fix broken configure AC_LANG_PROGRAM
Этот коммит содержится в:
Josh Hursey 2017-01-23 21:39:05 -06:00 коммит произвёл GitHub
родитель 6f2ca5809b 029964a748
Коммит b9b96f13ca

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

@ -611,8 +611,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;
@ -640,7 +638,6 @@ int main(int argc, char **argv)
}
}
/* SUCCESS */
}
]])],
[haveepoll=yes
# OMPI: Don't use AC_LIBOBJ