From aaacd524b83c703686a5cbd35a1bd5ba4972330a Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Thu, 19 Jun 2008 23:08:19 +0000 Subject: [PATCH] Branch HEAD b=15969 Don't require libcfs in autogen.sh - this breaks non-HEAD branches. --- build/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autogen.sh b/build/autogen.sh index 5d77897..b406459 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -83,7 +83,7 @@ if [ -d kernel_patches ] ; then REQUIRED_DIRS="build" CONFIGURE_DIRS="" else - REQUIRED_DIRS="build libcfs lnet lustre" + REQUIRED_DIRS="build lnet lustre" OPTIONAL_DIRS="snmp portals" CONFIGURE_DIRS="libsysio lustre-iokit ldiskfs" fi -- 1.8.3.1