From: amrutjoshi Date: Thu, 24 Oct 2002 15:51:18 +0000 (+0000) Subject: Patch for tinderbox X-Git-Tag: 0.5.16~126 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=36bdc5a55f831101b566a22c7914873e19264b3e;p=fs%2Flustre-release.git Patch for tinderbox --- diff --git a/lustre/configure.in b/lustre/configure.in index 79484ec..c40124e 100644 --- a/lustre/configure.in +++ b/lustre/configure.in @@ -64,14 +64,12 @@ AC_ARG_ENABLE(portalsdir, [ --enable-portalsdir=[path] (deprecated) set path to PORTALS=$enable_portalsdir AC_SUBST(PORTALS) -portalslib_def=$enable_portalsdir +portalslib_def=$enable_portalsdir/linux/utils AC_ARG_WITH(portalslib, [ --with-portalslib=[path] set path to Portals library (default=../portals/linux/utils)], enable_portalslib=$withval) AC_ARG_ENABLE(portalslib, [ --enable-portalslib=[path] (deprecated) set path to Portals lib (default=../portals/linux/utils)],, enable_portalslib=$portalslib_def) -if test -z "$enable_portalslib"; then - PORTALSLIB=$enable_portalslib/linux/utils -else +if ! test -z "$enable_portalslib"; then PORTALSLIB=${enable_portalslib} fi