From e76221985709bc2aee356e621ec78dffabdc0aef Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Fri, 19 Aug 2011 10:23:42 -0700 Subject: [PATCH] build: set IB extended coll-type to none by default Signed-off-by: Arlin Davis --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 75c002c..56058a0 100644 --- a/configure.in +++ b/configure.in @@ -102,7 +102,7 @@ AC_ARG_ENABLE(coll-type, echo "Unknown IB collective type' type" exit -1 fi - ],[coll_type=fca]) + ],[coll_type=none]) AM_CONDITIONAL(COLL_TYPE_FCA, test "$coll_type" = "fca") dnl Check for Redhat EL release 4 -- 2.46.0