From c1aa64729130aab9b58925871768d6c9c7d6a4ba Mon Sep 17 00:00:00 2001 From: vinayak hegde Date: Mon, 2 Nov 2009 23:41:26 +0000 Subject: configure.ac: Before checking for libglusterfsclient BUILD_LIBGLUSTERFSCLIENT should be initialized to no. Signed-off-by: Vinayak Signed-off-by: Anand V. Avati BUG: 353 (./configure adds libglusterfsclient when it shouldn't) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=353 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9f1e20831da..df43b80779d 100644 --- a/configure.ac +++ b/configure.ac @@ -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" -- cgit