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:
Christophe Fergeau 2014-02-06 16:09:20 +01:00
parent 440a1aa508
commit 1b9c673936

View File

@ -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