From: yury Date: Sun, 8 Oct 2006 16:07:32 +0000 (+0000) Subject: - move GSS CONDITIONAL to correct m4 file. X-Git-Tag: v1_8_0_110~486^2~639 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=af5c02f41a56cc09b5b5571b0620bf3190478cc1;p=fs%2Flustre-release.git - move GSS CONDITIONAL to correct m4 file. --- 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)