Skip to content

Commit

Permalink
Rebuild configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 9269969 commit 14d3b05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure
Expand Up @@ -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


Expand Down

0 comments on commit 14d3b05

Please sign in to comment.