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>
This commit is contained in:
Harshavardhana Ranganath 2009-06-16 11:04:10 +00:00 committed by Anand V. Avati
parent 7437305962
commit 84bfdfee65

View File

@ -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