From: Sergei Trofimovich <sly...@gentoo.org> Signed-off-by: Sergei Trofimovich <sly...@gentoo.org> Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> --- configure | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/configure b/configure index 9d5175b..69fb239 100755 --- a/configure +++ b/configure @@ -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" -- 1.7.8.3