X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=build%2Fautoconf%2Flustre-build-linux.m4;h=43f711eb56cabc78bec986130f51163688250da4;hb=bbf352545f275c194f195f1a702e931412fbbe76;hp=03e550143f1363855a9a008e3dda50f6f2eaa272;hpb=3da316bd45ab5df91796ec4912977ffd07b47f2d;p=fs%2Flustre-release.git diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index 03e5501..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([KMOD],[],[ + AC_MSG_WARN([]) + AC_MSG_WARN([Kernel module loading support is highly recommended.]) + AC_MSG_WARN([]) +]) + #LB_LINUX_CONFIG_BIG_STACK -# Portals tests -LP_PROG_LINUX +# LNet tests +LN_PROG_LINUX # Lustre tests LC_PROG_LINUX + +# Portals tests +if test "$PORTALS" ; then + LP_PROG_LINUX +fi ]) #