X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fautoconf%2Flustre-build-linux.m4;h=43f711eb56cabc78bec986130f51163688250da4;hb=59dd795b653d1e105998ce575fa926889937d3eb;hp=f96e0c526b64e3400d021fd4e000ef7c5c2340f0;hpb=5d95c0ac79f28270ca9d8059ea0ebb715756c783;p=fs%2Flustre-release.git diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index f96e0c5..43f711e 100644 --- a/build/autoconf/lustre-build-linux.m4 +++ b/build/autoconf/lustre-build-linux.m4 @@ -327,13 +327,24 @@ if test "x$ARCH_UM" = "x" ; then fi ]) -LB_LINUX_CONFIG_BIG_STACK +LB_LINUX_CONFIG([KMOD],[],[ + AC_MSG_WARN([]) + AC_MSG_WARN([Kernel module loading support is highly recommended.]) + AC_MSG_WARN([]) +]) -# Portals tests -LP_PROG_LINUX +#LB_LINUX_CONFIG_BIG_STACK + +# LNet tests +LN_PROG_LINUX # Lustre tests LC_PROG_LINUX + +# Portals tests +if test "$PORTALS" ; then + LP_PROG_LINUX +fi ]) #