From c1ce04ad2344b23b69e31ab03262c520d17634ed Mon Sep 17 00:00:00 2001 From: Mike Dubman Date: Mon, 9 Dec 2013 11:49:09 +0000 Subject: [PATCH] revert Jeff`s fix, now hcol can be compiled with it Refs trac:3694 This commit was SVN r29847. The following Trac tickets were found above: Ticket 3694 --> https://svn.open-mpi.org/trac/ompi/ticket/3694 --- config/ompi_check_libhcoll.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/ompi_check_libhcoll.m4 b/config/ompi_check_libhcoll.m4 index 1963d51e22..bf2fdcf5dc 100644 --- a/config/ompi_check_libhcoll.m4 +++ b/config/ompi_check_libhcoll.m4 @@ -16,9 +16,7 @@ # LDFLAGS, LIBS} as needed and runs action-if-found if there is # support, otherwise executes action-if-not-found AC_DEFUN([OMPI_CHECK_HCOLL],[ -dnl To be checked/fixed by Jeff and Alexander in Chicago at the OMPI -dnl dev meeting in Dec 2013 -dnl OPAL_VAR_SCOPE_PUSH([ompi_check_hcoll_dir ompi_hcoll_libdir ompi_check_hcoll_incdir ompi_check_hcoll_libs ompi_check_hcoll_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) +OPAL_VAR_SCOPE_PUSH([ompi_check_hcoll_dir ompi_hcoll_libdir ompi_check_hcoll_incdir ompi_check_hcoll_libs ompi_check_hcoll_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) OPAL_VAR_SCOPE_PUSH([CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_ARG_WITH([hcoll],