1
1

Merge pull request #7176 from hppritcha/topic/pr_7096_to_v4.0.x

opal_check_alps: fix configure output
Этот коммит содержится в:
Howard Pritchard 2019-11-19 12:35:39 -07:00 коммит произвёл GitHub
родитель 40b396c0e8 87c0178ed4
Коммит d57bea0e6d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -101,6 +101,7 @@ AC_DEFUN([OPAL_CHECK_ALPS],[
[opal_check_cray_alps_happy="no"])], [opal_check_cray_alps_happy="no"])],
[AS_IF([test "$with_alps" = "no"], [AS_IF([test "$with_alps" = "no"],
[AC_MSG_RESULT([no]) [AC_MSG_RESULT([no])
opal_check_cray_alps_happy=no
$3], $3],
[AS_IF([test "$with_alps" = "auto" || test "$with_alps" = "yes"], [AS_IF([test "$with_alps" = "auto" || test "$with_alps" = "yes"],
[PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli], [PKG_CHECK_MODULES_STATIC([CRAY_ALPSLLI], [cray-alpslli],