From: ericm Date: Mon, 18 Sep 2006 20:12:08 +0000 (+0000) Subject: branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~913 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=28b2949da3a10cc5d426cc266c35071aa31f9dad;p=fs%2Flustre-release.git branch: b_new_cmd revert configure change which accidentally checked in. --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 5b75e09..19edffa 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -654,10 +654,10 @@ AC_ARG_ENABLE([gss], [enable gss/krb5 support]), [enable_gss='yes'],[enable_gss='no']) AC_MSG_RESULT([$enable_gss]) -if test x$enable_gss != xno; then - PKG_CHECK_MODULES([GSSAPI], [libgssapi >= 0.10]) - AC_KERBEROS_V5 -fi +#if test x$enable_gss != xno; then +# PKG_CHECK_MODULES([GSSAPI], [libgssapi >= 0.10]) +# AC_KERBEROS_V5 +#fi ]) #