From 283ef4c05dd9f541026888e7f991b79ce76ba074 Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Tue, 14 Apr 2015 06:31:18 -0700 Subject: [PATCH] oob/config: if --with-verbs=no, no ud The oob/ud configure was not honoring the case if the ompi is configured with --with-verbs=no. This fixes that problems. Fixes #522 Signed-off-by: Howard Pritchard --- orte/mca/oob/ud/configure.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/oob/ud/configure.m4 b/orte/mca/oob/ud/configure.m4 index ae97cd2c2e6..246592eb7e6 100644 --- a/orte/mca/oob/ud/configure.m4 +++ b/orte/mca/oob/ud/configure.m4 @@ -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])