summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-01-24 20:42:40 +0300
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-01-27 06:26:30 +0000
commit8c84cf11660322489f839bc29db79bad31b4ecde (patch)
tree0e7a671402e0db1509ed33ca4dbe892e044b3171
parent9f2a8d7ae8a74726024cc6b820e58d841199d37b (diff)
downloadfocaccia-qemu-8c84cf11660322489f839bc29db79bad31b4ecde.tar.gz
focaccia-qemu-8c84cf11660322489f839bc29db79bad31b4ecde.zip
./configure: export xfs config via --{enable, disable}-xfsctl
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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"