From 84bfdfee65be197a8aeb8d8378e135147152761f Mon Sep 17 00:00:00 2001 From: Harshavardhana Ranganath Date: Tue, 16 Jun 2009 11:04:10 +0000 Subject: Booster build should not depend on if mod_glusterfs is disabled Thanks to Erick Tryzelaar Sending this patch on behalf of Erick Tryzelaar Signed-off-by: Anand V. Avati --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cf21f775..d4801693 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 -- cgit