1
1

There is no need to do the checking for socklen_t twice.

This commit was SVN r8612.
Этот коммит содержится в:
George Bosilca 2005-12-31 12:19:27 +00:00
родитель 208fa725c3
Коммит 670716c489

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

@ -297,20 +297,6 @@ AC_CHECK_TYPE(u_int32_t, unsigned int)
AC_CHECK_TYPE(u_int16_t, unsigned short)
AC_CHECK_TYPE(u_int8_t, unsigned char)
dnl
dnl The check for socklen_t is already done in the configure.ac
dnl
dnl AC_MSG_CHECKING([for socklen_t])
dnl AC_TRY_COMPILE([
dnl #include <sys/types.h>
dnl #include <sys/socket.h>
dnl ],
dnl [socklen_t x;],
dnl AC_MSG_RESULT([yes]),
dnl [AC_MSG_RESULT([no])
dnl AC_DEFINE(socklen_t, unsigned int,
dnl [Define to unsigned int if you dont have it])]
dnl )
# OMPI: Save the libobj sources
OMPI_LIBEVENT_SOURCES="$sources"