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 <jsquyres@cisco.com>
This commit is contained in:
parent
dce203ffc6
commit
26705efad0
@ -101,6 +101,7 @@ AC_DEFUN([OPAL_CHECK_ALPS],[
|
||||
[opal_check_cray_alps_happy="no"])],
|
||||
[AS_IF([test "$with_alps" = "no"],
|
||||
[AC_MSG_RESULT([no])
|
||||
opal_check_cray_alps_happy=no
|
||||
$3],
|
||||
[AS_IF([test "$with_alps" = "auto" || test "$with_alps" = "yes"],
|
||||
[PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli],
|
||||
|
Loading…
Reference in New Issue
Block a user