From df3c166cb4ba2eb1e94b02a59368029d897835c4 Mon Sep 17 00:00:00 2001 From: ericm Date: Mon, 2 Oct 2006 18:45:13 +0000 Subject: [PATCH] branch: b_new_cmd enable gss configuration lines. --- 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 171865c..3802079 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -653,10 +653,10 @@ AC_ARG_ENABLE([gss], [enable gss/krb5 support]), [],[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