From cd49f3321b4b69bc7bbb24b0340299d4d5e6b014 Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 9 Dec 2005 19:13:24 +0000 Subject: [PATCH 1/1] b=9729 r=adilger Some implicit options when --enable-bgl is specified. --- build/autoconf/lustre-build.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index 553add5..86e4c9a 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -275,6 +275,10 @@ AC_ARG_ENABLE([bgl], AC_MSG_RESULT([$enable_bgl]) if test x$enable_bgl != xno; then AC_DEFINE(BGL_SUPPORT, 1, Enable BGL Features) + enable_doc='no' + enable_tests='no' + enable_server='no' + enable_liblustre='no' fi ]) -- 1.8.3.1