1
1

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:
Jeff Squyres 2019-10-18 11:30:00 -07:00
parent dce203ffc6
commit 26705efad0

View File

@ -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],