From patchwork Tue Jan 24 17:42:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ./configure: export xfs config via --{enable, disable}-xfsctl Date: Tue, 24 Jan 2012 07:42:40 -0000 From: Sergei Trofimovich X-Patchwork-Id: 137602 Message-Id: <1327426960-29196-1-git-send-email-slyfox@inbox.ru> To: qemu-devel@nongnu.org Cc: qemu-trivial , Anthony Liguori , Sergei Trofimovich From: Sergei Trofimovich Signed-off-by: Sergei Trofimovich --- configure | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 9d72145..bca1943 100755 --- a/configure +++ b/configure @@ -771,6 +771,10 @@ for opt do ;; --enable-rbd) rbd="yes" ;; + --disable-xfsctl) xfs="no" + ;; + --enable-xfsctl) xfs="yes" + ;; --disable-smartcard) smartcard="no" ;; --enable-smartcard) smartcard="yes"