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>
Этот коммит содержится в:
родитель
dce203ffc6
Коммит
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],
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user