From 8444c222803435508d85f33eb50a15706c259422 Mon Sep 17 00:00:00 2001
From: bobijam <bobijam>
Date: Wed, 6 Aug 2008 02:04:32 +0000
Subject: [PATCH] Branch b1_8_gate b=16205 i=johann, adilger

low-memory tunings for BlueGene/L.
---
 build/autoconf/lustre-build.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4
index 51780bc2f2..4a95cd93ab 100644
--- a/build/autoconf/lustre-build.m4
+++ b/build/autoconf/lustre-build.m4
@@ -305,7 +305,7 @@ AC_ARG_ENABLE([bgl],
 	[enable_bgl='yes'],[enable_bgl='no'])
 AC_MSG_RESULT([$enable_bgl])
 if test x$enable_bgl != xno; then
-        AC_DEFINE(BGL_SUPPORT, 1, Enable BGL Features)
+        AC_DEFINE(HAVE_BGL_SUPPORT, 1, Enable BGL Features)
         enable_doc='no'
         enable_tests='no'
         enable_server='no'
-- 
GitLab