From: Christophe Fergeau Date: Thu, 6 Feb 2014 15:09:20 +0000 (+0100) Subject: build-sys: Removed unused variable from configure.ac X-Git-Tag: v1.2.2-rc1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9c673936fdc5118f9a00675b8a25738c9ac1c7;p=thirdparty%2Flibvirt.git 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. --- 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