From 683fda4bf09c66f2ec7a47a8e4a5f08461031352 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Thu, 23 Jul 2009 15:38:32 -0700 Subject: enable libglusterfsclient build by default --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 21165316f..bbadeb9eb 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 -- cgit