configure.ac: Before checking for libglusterfsclient BUILD_LIBGLUSTERFSCLIENT should be initialized to no.

Signed-off-by: Vinayak <vinayak@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 353 (./configure adds libglusterfsclient when it shouldn't)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=353
This commit is contained in:
vinayak hegde 2009-11-02 23:41:26 +00:00 committed by Anand V. Avati
parent 7269a74512
commit c1aa647291

View File

@ -198,7 +198,7 @@ AC_ARG_ENABLE([libglusterfsclient],
AC_HELP_STRING([--disable-libglusterfsclient],
[Do not build libglusterfsclient]))
BUILD_LIBGLUSTERFSCLIENT="yes"
BUILD_LIBGLUSTERFSCLIENT=no
if test "x$enable_libglusterfsclient" != "xno"; then
LIBGLUSTERFSCLIENT_SUBDIR="libglusterfsclient"