From 1b9c673936fdc5118f9a00675b8a25738c9ac1c7 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 6 Feb 2014 16:09:20 +0100 Subject: [PATCH] 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. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 23e22017f6..7ecbee9ea0 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 -- 2.39.5