From 26705efad0ab539031049d50f5e21775d9c3f84f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 18 Oct 2019 11:30:00 -0700 Subject: [PATCH] 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 --- config/opal_check_alps.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/config/opal_check_alps.m4 b/config/opal_check_alps.m4 index 560930ad4f..344a5d1fec 100644 --- a/config/opal_check_alps.m4 +++ b/config/opal_check_alps.m4 @@ -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],