qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 5/6] ./configure: export xfs config via --{enable, d


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 5/6] ./configure: export xfs config via --{enable, disable}-xfsctl
Date: Fri, 27 Jan 2012 07:28:01 +0000

From: Sergei Trofimovich <address@hidden>

Signed-off-by: Sergei Trofimovich <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]