From: ericm Date: Fri, 6 Oct 2006 22:41:10 +0000 (+0000) Subject: branch: b_new_cmd (lustre), HEAD (build) X-Git-Tag: v1_8_0_110~486^2~666 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=4fcc0e6c64e1ffb7b276952e8574ee934ffb55dc;p=fs%2Flustre-release.git branch: b_new_cmd (lustre), HEAD (build) hmac checking in lustre-core.m4 break kerneless building. move to lustre-build-linux.m4 and use existing LB_LINUX_CONFIG. --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 2de492f..efeb8a7 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -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