From: Arlin Davis Date: Tue, 24 Jun 2014 22:48:38 +0000 (-0700) Subject: build: change configure help to correctly state collective default=none X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=dad1f41213e9ef96d7af5e305919a47094de09e2;p=~ardavis%2Fdapl.git build: change configure help to correctly state collective default=none Signed-off-by: Arlin Davis --- diff --git a/configure.in b/configure.in index 8b815c8..5e92a4a 100644 --- a/configure.in +++ b/configure.in @@ -149,7 +149,7 @@ AM_CONDITIONAL(EXT_TYPE_IB, test "$ext_type" = "ib") dnl Support IB MPI collective extension build - if enable-coll-type == vendor_name AC_ARG_ENABLE([coll-type], - AS_HELP_STRING([--enable-coll-type],[enable IB collective support: fca, none, default=fca]), + AS_HELP_STRING([--enable-coll-type],[enable IB collective support: fca, none, default=none]), [ if test "x$enableval" = "xfca" ; then coll_type=fca AC_CHECK_HEADER(fca/fca_api.h, [],