]> git.proxmox.com Git - qemu.git/commitdiff
./configure: export xfs config via --{enable, disable}-xfsctl
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 24 Jan 2012 17:42:40 +0000 (20:42 +0300)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 27 Jan 2012 06:26:30 +0000 (06:26 +0000)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure

index 9d5175bb0f31ddb522b1b4d4d466302351613008..69fb2397492b4a656a0a3c25e7a844048af90f46 100755 (executable)
--- 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"