mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
build-sys: Removed unused variable from configure.ac
LIBGLUSTER_LIBS is emptied before gluster is enabled/disabled, but nothing else sets/uses this variable, so it can be removed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user