From: nathan Date: Thu, 20 Oct 2005 19:45:29 +0000 (+0000) Subject: add configure warning if building without CONFIG_KMOD X-Git-Tag: v1_7_100~586 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=59dd795b653d1e105998ce575fa926889937d3eb add configure warning if building without CONFIG_KMOD --- diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index 8c123dc..43f711e 100644 --- a/build/autoconf/lustre-build-linux.m4 +++ b/build/autoconf/lustre-build-linux.m4 @@ -327,6 +327,12 @@ 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 # LNet tests