]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
build: change configure help to correctly state collective default=none
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 24 Jun 2014 22:48:38 +0000 (15:48 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 2 Jul 2014 21:37:11 +0000 (14:37 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
configure.in

index 8b815c80fffcdcb83573dad39fb65a98ec712146..5e92a4a7644787ec70a46c9b452e46264ecd59ec 100644 (file)
@@ -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, [],