From 8d9f8cebe9095efc43924818cf46a8353d0d5857 Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 12 Sep 2006 20:58:31 +0000 Subject: [PATCH] branch: b_new_cmd PKG_CHECK_MODULES require automake >= 1.7.9, and mountain has its own tricks of building system which not easily be upgraded. So disable GSSAPI checking for now, until the building env sorted out on mountain. --- lustre/autoconf/lustre-core.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index dacffa6..ada23ad 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 ]) # -- 1.8.3.1