From d9d80358c1b1f1a24494e5db4f80801af9837491 Mon Sep 17 00:00:00 2001 From: eeb Date: Mon, 12 Oct 2009 19:01:16 +0000 Subject: [PATCH] * Defined empty LN_CONFIG_USERSPACE macro to avoid a warning when running ./configure sincew it's called from build scripts shared by all branches. --- lnet/autoconf/lustre-lnet.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lnet/autoconf/lustre-lnet.m4 b/lnet/autoconf/lustre-lnet.m4 index dbbdc09..9673d3d 100644 --- a/lnet/autoconf/lustre-lnet.m4 +++ b/lnet/autoconf/lustre-lnet.m4 @@ -945,6 +945,17 @@ EXTRA_KCFLAGS="$tmp_flags" ]) # +# +# LN_CONFIG_USERSPACE +# +# This is defined but empty because it is called from build/lustre-build.m4 +# which is shared by all branches. +# +AC_DEFUN([LN_CONFIG_USERSPACE], +[ +]) + +# # LN_PROG_LINUX # # LNet linux kernel checks -- 1.8.3.1