From 8c84cf11660322489f839bc29db79bad31b4ecde Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 24 Jan 2012 20:42:40 +0300 Subject: [PATCH] ./configure: export xfs config via --{enable, disable}-xfsctl Signed-off-by: Sergei Trofimovich Signed-off-by: Stefan Hajnoczi --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 9d5175bb0f..69fb239749 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" -- 2.11.4.GIT