Whamcloud - gitweb
branch: b_new_cmd (lustre), HEAD (build)
authorericm <ericm>
Fri, 6 Oct 2006 22:41:10 +0000 (22:41 +0000)
committerericm <ericm>
Fri, 6 Oct 2006 22:41:10 +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.

lustre/autoconf/lustre-core.m4

index 2de492f..efeb8a7 100644 (file)
@@ -684,23 +684,6 @@ fi
 ])
 
 #
-# LC_CONFIG_CRYPTO
-# whether capa can be built (it needs crypto support)
-#
-AC_DEFUN([LC_CONFIG_CRYPTO],
-[
-       AC_MSG_CHECKING([whether CONFIG_CRYPTO and CONFIG_CRYPTO_HMAC turned on])
-       if test -f $LINUX_CONFIG && grep -q CONFIG_CRYPTO=y $LINUX_CONFIG \
-&& grep -q CONFIG_CRYPTO_HMAC=y $LINUX_CONFIG; then
-               AC_MSG_RESULT([yes])
-       else
-               AC_MSG_RESULT([no])
-               AC_MSG_ERROR([Crypto support is not enabled in kernel. \
-It is needed for capabilities support.])
-       fi
-])
-
-#
 # LC_CONFIG_LIBLUSTRE
 #
 # whether to build liblustre