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:38:57 -0700 |
commit | 48755d7eaf9d22e4707b7abc7b3df46256fa6069 (patch) | |
tree | b97f7e64c542d18538d154870faf0228109f966f /configure.ac | |
parent | 03d6dae5a4003bcaf86eb887f63444c0565ad32c (diff) |
enable libglusterfsclient build by default
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4230e4c5..71f663fa7 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" |