Skip to content

Commit d57bea0

Browse files
authored
Merge pull request open-mpi#7176 from hppritcha/topic/pr_7096_to_v4.0.x
opal_check_alps: fix configure output
2 parents 40b396c + 87c0178 commit d57bea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/opal_check_alps.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ AC_DEFUN([OPAL_CHECK_ALPS],[
101101
[opal_check_cray_alps_happy="no"])],
102102
[AS_IF([test "$with_alps" = "no"],
103103
[AC_MSG_RESULT([no])
104+
opal_check_cray_alps_happy=no
104105
$3],
105106
[AS_IF([test "$with_alps" = "auto" || test "$with_alps" = "yes"],
106107
[PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli],

0 commit comments

Comments
 (0)