From 670716c48976fdf04b5f7a802ea4dbe8186c6b14 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sat, 31 Dec 2005 12:19:27 +0000 Subject: [PATCH] There is no need to do the checking for socklen_t twice. This commit was SVN r8612. --- config/ompi_setup_libevent.m4 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config/ompi_setup_libevent.m4 b/config/ompi_setup_libevent.m4 index f91e319de2..9870a241bb 100644 --- a/config/ompi_setup_libevent.m4 +++ b/config/ompi_setup_libevent.m4 @@ -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 -dnl #include -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"