From: brian Date: Fri, 9 Dec 2005 19:13:24 +0000 (+0000) Subject: b=9729 X-Git-Tag: v1_7_100~558 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cd49f3321b4b69bc7bbb24b0340299d4d5e6b014;ds=sidebyside b=9729 r=adilger Some implicit options when --enable-bgl is specified. --- 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 ])