From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpkKS-0002rK-4s for qemu-devel@nongnu.org; Tue, 24 Jan 2012 12:38:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpkKM-0003oj-Ff for qemu-devel@nongnu.org; Tue, 24 Jan 2012 12:38:44 -0500 From: Sergei Trofimovich Date: Tue, 24 Jan 2012 20:42:40 +0300 Message-Id: <1327426960-29196-1-git-send-email-slyfox@inbox.ru> Subject: [Qemu-devel] [PATCH] ./configure: export xfs config via --{enable, disable}-xfsctl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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" -- 1.7.8.3