Merge pull request #524 from hppritcha/topic/no_ud_if_no_verbs
oob/config: if --with-verbs=no, no ud
Этот коммит содержится в:
Коммит
836eefd66f
@ -47,7 +47,7 @@ AC_DEFUN([MCA_orte_oob_ud_CONFIG],[
|
|||||||
LDFLAGS=$orte_oob_ud_check_save_LDFLAGS
|
LDFLAGS=$orte_oob_ud_check_save_LDFLAGS
|
||||||
LIBS=$orte_oob_ud_check_save_LIBS
|
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],
|
[$1],
|
||||||
[AS_IF([test "$opal_want_verbs" = "yes"],
|
[AS_IF([test "$opal_want_verbs" = "yes"],
|
||||||
[AC_MSG_WARN([--with-verbs specified, but cannot build this component])
|
[AC_MSG_WARN([--with-verbs specified, but cannot build this component])
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user