Skip to content

Commit 26705ef

Browse files
committed
opal_check_alps: fix configure output
There was a path where OPAL_CHECK_ALPS would exit its testing but still leave `opal_check_cray_alps_happy` blank. Fix that by setting it to "no". Signed-off-by: Jeff Squyres <[email protected]>
1 parent dce203f commit 26705ef

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)