From ade519d3b7efb7f72ef90493043cde8199f07657 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 29 Jul 2009 17:21:56 +0000 Subject: [PATCH] b=19856 disable netlink by removing autoconf stanza (need to verify compilation on all kernels) --- lustre/autoconf/lustre-core.m4 | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 15fbe17..7f634ec 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -1636,7 +1636,6 @@ AC_DEFUN([LC_PROG_LINUX], LC_PERCPU_COUNTER LC_QUOTA64 LC_4ARGS_VFS_SYMLINK - LC_NETLINK # does the kernel have VFS intent patches? LC_VFS_INTENT_PATCHES @@ -2014,26 +2013,6 @@ LB_LINUX_TRY_COMPILE([ ]) # -# LC_NETLINK -# -# If we have netlink.h -# -AC_DEFUN([LC_NETLINK], -[LB_CHECK_FILE([$LINUX/include/net/netlink.h],[ - AC_MSG_CHECKING([if netlink.h can be compiled]) - LB_LINUX_TRY_COMPILE([ - #include - ],[],[ - AC_MSG_RESULT([yes]) - AC_DEFINE(HAVE_NETLINK, 1, [net/netlink.h found]) - ],[ - AC_MSG_RESULT([no]) - ]) -], -[]) -]) - -# # LC_CONFIGURE # # other configure checks -- 1.8.3.1