From 5c9456ff85b484cf689351c93491a8048729a8ed Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 20 Dec 2004 23:55:00 +0000 Subject: [PATCH] Fix non-module build --- lustre/autoconf/lustre-core.m4 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 2897541..e034e66 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -326,7 +326,6 @@ AC_DEFINE_UNQUOTED(OBD_MAX_IOCTL_BUFFER, $OBD_BUFFER_SIZE, [IOCTL Buffer Size]) AC_DEFUN([LC_PROG_LINUX], [LC_CONFIG_BACKINGFS LC_CONFIG_PINGER -LC_CONFIG_OBD_BUFFER_SIZE LC_STRUCT_KIOBUF LC_FUNC_COND_RESCHED @@ -367,6 +366,8 @@ AC_DEFUN([LC_CONFIGURE], [# include/liblustre.h AC_CHECK_HEADERS([asm/page.h sys/user.h stdint.h]) +LC_CONFIG_OBD_BUFFER_SIZE + # liblustre/llite_lib.h AC_CHECK_HEADERS([xtio.h file.h]) @@ -408,6 +409,12 @@ lustre/doc/Makefile lustre/include/Makefile lustre/include/linux/Makefile lustre/include/lustre/Makefile +lustre/kernel_patches/targets/2.6-suse.target +lustre/kernel_patches/targets/2.6-vanilla.target +lustre/kernel_patches/targets/hp_pnnl-2.4.target +lustre/kernel_patches/targets/rh-2.4.target +lustre/kernel_patches/targets/rhel-2.4.target +lustre/kernel_patches/targets/suse-2.4.21-2.target lustre/ldiskfs/Makefile lustre/ldiskfs/autoMakefile lustre/ldlm/Makefile -- 1.8.3.1