1
1

don't enable ess/alps unless cnos is available

This commit was SVN r25743.
Этот коммит содержится в:
Nathan Hjelm 2012-01-19 19:36:00 +00:00
родитель 7b65af28c6
Коммит 6d0e7a0a0e

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

@ -53,7 +53,8 @@ AC_DEFUN([MCA_orte_ess_alps_CONFIG],[
[orte_mca_ess_alps_happy="yes"],
[orte_mca_ess_alps_happy="no"])
AS_IF([test "$orte_mca_ess_alps_happy" = "yes" -a "$orte_without_full_support" = 0],
AS_IF([test "$orte_mca_ess_alps_happy" = "yes" -a "$orte_without_full_support" = 0 -a
"orte_mca_ess_alps_have_cnos" = 1],
[$1],
[$2])
])dnl