
6 Feb
2014
6 Feb
'14
1:09 p.m.
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