1
1

Merge pull request #524 from hppritcha/topic/no_ud_if_no_verbs

oob/config: if --with-verbs=no, no ud
Этот коммит содержится в:
Howard Pritchard 2015-04-14 12:23:10 -06:00
родитель f8158a5ec1 283ef4c05d
Коммит 836eefd66f

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

@ -47,7 +47,7 @@ AC_DEFUN([MCA_orte_oob_ud_CONFIG],[
LDFLAGS=$orte_oob_ud_check_save_LDFLAGS
LIBS=$orte_oob_ud_check_save_LIBS
AS_IF([test "$orte_oob_ud_check_happy" = "yes"],
AS_IF([test "$orte_oob_ud_check_happy" = "yes" && test "$opal_want_verbs" != "no"],
[$1],
[AS_IF([test "$opal_want_verbs" = "yes"],
[AC_MSG_WARN([--with-verbs specified, but cannot build this component])