summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarshavardhana Ranganath <harsha@zresearch.com>2009-06-16 11:04:10 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-06-17 16:04:33 -0700
commit84bfdfee65be197a8aeb8d8378e135147152761f (patch)
treebb615d1dc3c57408787df892560dcc7a052a7816 /configure.ac
parent7437305962f485074cf643fec8161925e9bd5225 (diff)
Booster build should not depend on if mod_glusterfs is disabled
Thanks to Erick Tryzelaar Sending this patch on behalf of Erick Tryzelaar <idadesub@users.sourceforge.net> Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf21f775901..d480169363d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -508,7 +508,7 @@ AC_SUBST(GF_DISTRIBUTION)
GF_HOST_OS=""
GF_LDFLAGS="-rdynamic"
-if test "x$HAVE_LIBGLUSTERFSCLIENT" = "xyes"; then
+if test "x$BUILD_LIBGLUSTERFSCLIENT" = "xyes"; then
GF_BOOSTER_SUBDIR="booster"
fi