From 48755d7eaf9d22e4707b7abc7b3df46256fa6069 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 Signed-off-by: Anand V. Avati --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c4230e4c586..71f663fa710 100644 --- a/configure.ac +++ b/configure.ac @@ -188,7 +188,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" -- cgit