Skip to content

Commit d819939

Browse files
committed
Merge pull request #1461 from igor-ivanov/pr/opal-config
config: Fix wrong variable name
2 parents 8f1838d + 7bd12dc commit d819939

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)