diff options
author | Anand V. Avati <avati@dev.gluster.com> | 2009-07-23 15:38:32 -0700 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-07-23 15:48:03 -0700 |
commit | 683fda4bf09c66f2ec7a47a8e4a5f08461031352 (patch) | |
tree | c3a1d3c2dae2dcca305ba6c0d5065a5144f7dc7d | |
parent | bea6b86ef6defba89274ef85667c56cb52c17d7b (diff) |
enable libglusterfsclient build by defaultv2.0.5
-rw-r--r-- | configure.ac | 4 |
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 |