From af5c02f41a56cc09b5b5571b0620bf3190478cc1 Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 8 Oct 2006 16:07:32 +0000 Subject: [PATCH] - move GSS CONDITIONAL to correct m4 file. --- lustre/autoconf/lustre-core.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index f2ad40d..bd039dd 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -766,7 +766,6 @@ AM_CONDITIONAL(LIBLUSTRE_TESTS, test x$enable_liblustre_tests = xyes) AM_CONDITIONAL(MPITESTS, test x$enable_mpitests = xyes, Build MPI Tests) AM_CONDITIONAL(CLIENT, test x$enable_client = xyes) AM_CONDITIONAL(SERVER, test x$enable_server = xyes) -AM_CONDITIONAL(GSS, test x$enable_gss = xyes) AM_CONDITIONAL(QUOTA, test x$enable_quota = xyes) AM_CONDITIONAL(SPLIT, test x$enable_split = xyes) AM_CONDITIONAL(BLKID, test x$ac_cv_header_blkid_blkid_h = xyes) -- 1.8.3.1