From 6fc8de48aa662268a42fd66bd52a7539ad26b024 Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 1 Oct 2006 11:31:29 +0000 Subject: [PATCH] - fixed --enable-gss handling in configure --- lustre/autoconf/lustre-core.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 4f78216..171865c 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -651,7 +651,7 @@ AC_DEFUN([LC_CONFIG_GSS], AC_ARG_ENABLE([gss], AC_HELP_STRING([--enable-gss], [enable gss/krb5 support]), - [enable_gss='yes'],[enable_gss='no']) + [],[enable_gss='no']) AC_MSG_RESULT([$enable_gss]) #if test x$enable_gss != xno; then # PKG_CHECK_MODULES([GSSAPI], [libgssapi >= 0.10]) -- 1.8.3.1