summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 21165316f7d..bbadeb9ebe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,7 @@ AC_ARG_ENABLE([libglusterfsclient],
AC_HELP_STRING([--disable-libglusterfsclient],
[Do not build libglusterfsclient]))
-BUILD_LIBGLUSTERFSCLIENT="no"
+BUILD_LIBGLUSTERFSCLIENT="yes"
if test "x$enable_libglusterfsclient" != "xno"; then
LIBGLUSTERFSCLIENT_SUBDIR="libglusterfsclient"
@@ -429,7 +429,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