./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 9d5175b..69fb239 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"