Whamcloud - gitweb
add configure warning if building without CONFIG_KMOD
authornathan <nathan>
Thu, 20 Oct 2005 19:45:29 +0000 (19:45 +0000)
committernathan <nathan>
Thu, 20 Oct 2005 19:45:29 +0000 (19:45 +0000)
build/autoconf/lustre-build-linux.m4

index 8c123dc..43f711e 100644 (file)
@@ -327,6 +327,12 @@ if test "x$ARCH_UM" = "x" ; then
 fi
 ])
 
 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
 #LB_LINUX_CONFIG_BIG_STACK
 
 # LNet tests