Whamcloud - gitweb
branch: b_new_cmd (lustre), HEAD (build)
authorericm <ericm>
Fri, 6 Oct 2006 22:41:09 +0000 (22:41 +0000)
committerericm <ericm>
Fri, 6 Oct 2006 22:41:09 +0000 (22:41 +0000)
hmac checking in lustre-core.m4 break kerneless building. move to
lustre-build-linux.m4 and use existing LB_LINUX_CONFIG.

build/autoconf/lustre-build-linux.m4
build/autoconf/lustre-build.m4

index 7ed46fd..87d5b52 100644 (file)
@@ -342,6 +342,10 @@ LB_LINUX_CONFIG([KMOD],[],[
        AC_MSG_WARN([])
 ])
 
+LB_LINUX_CONFIG([CRYPTO],[],[
+       AC_MSG_ERROR([Lustre require that CONFIG_CRYPTO is enabled in your kernel.])
+])
+
 #LB_LINUX_CONFIG_BIG_STACK
 
 # LNet tests
index d05141f..dcdddca 100644 (file)
@@ -498,7 +498,6 @@ LC_CONFIG_SPLIT
 
 LB_CONFIG_MODULES
 LC_CONFIG_GSS
-LC_CONFIG_CRYPTO
 
 LC_CONFIG_LIBLUSTRE
 LN_CONFIGURE