Skip to content

Commit 9122dcf

Browse files
igor-ivanovhjelmn
authored andcommitted
config: Fix wrong variable name
Changed $project_shmem with $project_oshmem (cherry picked from commit 7bd12dc) Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 69568ee commit 9122dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_summary.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ EOF
7272
fi
7373
fi
7474

75-
if test "$project_shmem_amc" = "true" ; then
75+
if test "$project_oshmem_amc" = "true" ; then
7676
echo "Build Open SHMEM support: yes"
7777
else
7878
echo "Build Open SHMEM support: no"

0 commit comments

Comments
 (0)