From a2aee3ecf107dd9e9a691c9dfe192a3399a74b15 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 4 Dec 2013 21:16:15 +0000 Subject: [PATCH] Ensure that ompi_fortran_happy is set to 0 when we're not building the OMPI project. This is necessary because some of the threading tests (that are even used in ORTE) use this result. This commit was SVN r29801. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 500577b65a..64f68c8c82 100644 --- a/configure.ac +++ b/configure.ac @@ -585,7 +585,7 @@ OPAL_CONFIG_ASM # Fortran ################################## -m4_ifdef([project_ompi], [OMPI_SETUP_MPI_FORTRAN]) +m4_ifdef([project_ompi], [OMPI_SETUP_MPI_FORTRAN], [ompi_fortran_happy=0]) # checkpoint results AC_CACHE_SAVE