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-07 10:26:45 +01:00
parent 440a1aa508
commit 1b9c673936
-1
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