From a7f45f2675fd1b3d12ad47d65a051c01c60db6c7 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 7 Dec 2013 22:54:10 +0000 Subject: [PATCH] Oops! r29830 added a variable into OPAL_VAR_SCOPE that is actually needed in the global scope ($ompi_check_fca_dir). This commit removes it from the OPAL_VAR_SCOPE, so it should be fixed now. Sorry about that, folks! :-( This commit was SVN r29838. The following SVN revision numbers were found above: r29830 --> open-mpi/ompi@3bd9c603ff51adc19a5ef45151af6e95e3ef393e --- config/ompi_check_libfca.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_check_libfca.m4 b/config/ompi_check_libfca.m4 index a1a7eeb0b8..715b0c7d30 100644 --- a/config/ompi_check_libfca.m4 +++ b/config/ompi_check_libfca.m4 @@ -16,7 +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_FCA],[ - OPAL_VAR_SCOPE_PUSH([ompi_check_fca_dir ompi_check_fca_libdir ompi_check_fca_incdir ompi_check_fca_libs ompi_check_fca_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) + OPAL_VAR_SCOPE_PUSH([ompi_check_fca_libdir ompi_check_fca_incdir ompi_check_fca_libs ompi_check_fca_happy CPPFLAGS_save LDFLAGS_save LIBS_save]) AC_ARG_WITH([fca], [AC_HELP_STRING([--with-fca(=DIR)],