From 7bd12dc1a4238b598cb2f7118cd07ef5d0aa019c Mon Sep 17 00:00:00 2001 From: Igor Ivanov Date: Wed, 16 Mar 2016 17:48:51 +0200 Subject: [PATCH] config: Fix wrong variable name Changed $project_shmem with $project_oshmem --- config/opal_summary.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opal_summary.m4 b/config/opal_summary.m4 index 4e072bd3fd..0fb919faf7 100644 --- a/config/opal_summary.m4 +++ b/config/opal_summary.m4 @@ -72,7 +72,7 @@ EOF fi fi - if test "$project_shmem_amc" = "true" ; then + if test "$project_oshmem_amc" = "true" ; then echo "Build Open SHMEM support: yes" else echo "Build Open SHMEM support: no"