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:
parent
7269a74512
commit
c1aa647291
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user