[libvirt] [PATCH v2 1/2] build-sys: Removed unused variable from configure.ac

Christophe Fergeau cfergeau at redhat.com
Thu Feb 6 18:09:05 UTC 2014


LIBGLUSTER_LIBS is emptied before gluster is enabled/disabled, but nothing
else sets/uses this variable, so it can be removed.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 884e0e4..e233706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1907,7 +1907,6 @@ fi
 AM_CONDITIONAL([WITH_STORAGE_SHEEPDOG],
   [test "$with_storage_sheepdog" = "yes"])
 
-LIBGLUSTER_LIBS=
 if test "$with_storage_gluster" = "check"; then
   with_storage_gluster=$with_glusterfs
 fi
-- 
1.8.5.3




More information about the libvir-list mailing list