From: eeb Date: Mon, 12 Oct 2009 19:01:16 +0000 (+0000) Subject: * Defined empty LN_CONFIG_USERSPACE macro to avoid a warning when X-Git-Tag: v1_9_290~37 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d9d80358c1b1f1a24494e5db4f80801af9837491 * Defined empty LN_CONFIG_USERSPACE macro to avoid a warning when running ./configure sincew it's called from build scripts shared by all branches. --- 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