1
1

Add a comment explaining the change made

This commit was SVN r20948.
Этот коммит содержится в:
Nysal Jan 2009-04-07 03:59:32 +00:00
родитель ccb79b963f
Коммит 2e1d14cafe

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

@ -190,6 +190,11 @@ if test "x$haveepoll" = "xyes" -a "$cross_compiling" != "yes" ; then
# this struct gets correctly passed between OMPI and the # this struct gets correctly passed between OMPI and the
# kernel. # kernel.
# In this test we use epoll in Level Triggered mode. We create a pipe
# and the write only file descriptor of the pipe is added to
# the epoll set. The test is successful if epoll_wait() returns 1
# indicating that the fd is ready to be written to.
haveepoll=no haveepoll=no
AC_MSG_CHECKING([for working epoll library interface]) AC_MSG_CHECKING([for working epoll library interface])
AC_RUN_IFELSE(AC_LANG_PROGRAM([[ AC_RUN_IFELSE(AC_LANG_PROGRAM([[