Temporarily disable Solaris ports support in libevent. Refs trac:1273
This commit was SVN r18199. The following Trac tickets were found above: Ticket 1273 --> https://svn.open-mpi.org/trac/ompi/ticket/1273
Этот коммит содержится в:
родитель
fa082cafa9
Коммит
a198971fa2
@ -307,6 +307,8 @@ fi
|
||||
|
||||
haveeventports=no
|
||||
AC_CHECK_FUNCS(port_create, [haveeventports=yes], )
|
||||
# JMS Per #1273, Solaris event ports are temporarily disabled.
|
||||
haveeventports=no
|
||||
if test "x$haveeventports" = "xyes" ; then
|
||||
AC_DEFINE(HAVE_EVENT_PORTS, 1,
|
||||
[Define if your system supports event ports])
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user