Whamcloud - gitweb
b=9729
authorbrian <brian>
Fri, 9 Dec 2005 19:13:24 +0000 (19:13 +0000)
committerbrian <brian>
Fri, 9 Dec 2005 19:13:24 +0000 (19:13 +0000)
r=adilger
Some implicit options when --enable-bgl is specified.

build/autoconf/lustre-build.m4

index 553add5..86e4c9a 100644 (file)
@@ -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
 ])