From d2471242594606814f8226b069383d61c568fa7a Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 6 Apr 2005 11:57:42 +0000 Subject: [PATCH] Branch: b_cray Allow utils to be built with cray portals. b=5918 r=bogl (original change) --- build/autoconf/lustre-build.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index e4e86bb..03420fa 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -236,9 +236,6 @@ AC_ARG_ENABLE([utils], AC_HELP_STRING([--disable-utils], [disable building of Lustre utility programs]), [],[enable_utils='yes']) -if test x$cray_portals = xyes ; then - enable_utils='no' -fi AC_MSG_RESULT([$enable_utils]) if test x$enable_utils = xyes ; then LB_CONFIG_INIT_SCRIPTS -- 1.8.3.1