enable libglusterfsclient build by default

Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
This commit is contained in:
Anand V. Avati 2009-07-23 15:38:32 -07:00
parent 03d6dae5a4
commit 48755d7eaf

View File

@ -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"