./configure: export xfs config via --{enable, disable}-xfsctl

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Sergei Trofimovich 2012-01-24 20:42:40 +03:00 committed by Stefan Hajnoczi
parent 9f2a8d7ae8
commit 8c84cf1166

4
configure vendored
View file

@ -766,6 +766,10 @@ for opt do
;;
--enable-rbd) rbd="yes"
;;
--disable-xfsctl) xfs="no"
;;
--enable-xfsctl) xfs="yes"
;;
--disable-smartcard) smartcard="no"
;;
--enable-smartcard) smartcard="yes"