summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand V. Avati <avati@dev.gluster.com>2009-07-23 15:38:32 -0700
committerAnand V. Avati <avati@dev.gluster.com>2009-07-23 15:48:03 -0700
commit683fda4bf09c66f2ec7a47a8e4a5f08461031352 (patch)
treec3a1d3c2dae2dcca305ba6c0d5065a5144f7dc7d
parentbea6b86ef6defba89274ef85667c56cb52c17d7b (diff)
enable libglusterfsclient build by defaultv2.0.5
-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