From 58872daf63fc4c4c8702221a178315573a1a2720 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Wed, 17 Sep 2014 16:41:41 +0200 Subject: [PATCH] Rebuild configure. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index d12c8c16965..bdb3d7101b3 100755 --- a/configure +++ b/configure @@ -32406,12 +32406,12 @@ fi -INSTALL_SD_CONFS="" +INSTALL_SD_CONFS="device-fifo.conf device-tape-with-autoloader.conf" if test X"$have_glusterfs" = "Xyes" ; then - INSTALL_SD_CONFS="${INSTALL_SD_BACKEND_CONFS} device-gluster.conf" + INSTALL_SD_CONFS="${INSTALL_SD_CONFS} device-gluster.conf" fi if test X"$have_ceph_rados" = "Xyes" ; then - INSTALL_SD_CONFS="${INSTALL_SD_BACKEND_CONFS} device-ceph-rados.conf" + INSTALL_SD_CONFS="${INSTALL_SD_CONFS} device-ceph-rados.conf" fi