Skip to content

Commit 96f55b0

Browse files
authored
Merge pull request #7096 from jsquyres/pr/fix-alps-configure-output
opal_check_alps: fix configure output
2 parents d8f17ae + 26705ef commit 96f55b0

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)