mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-16 14:25:27 +00:00
./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>
This commit is contained in:
parent
9f2a8d7ae8
commit
8c84cf1166
4
configure
vendored
4
configure
vendored
@ -766,6 +766,10 @@ for opt do
|
|||||||
;;
|
;;
|
||||||
--enable-rbd) rbd="yes"
|
--enable-rbd) rbd="yes"
|
||||||
;;
|
;;
|
||||||
|
--disable-xfsctl) xfs="no"
|
||||||
|
;;
|
||||||
|
--enable-xfsctl) xfs="yes"
|
||||||
|
;;
|
||||||
--disable-smartcard) smartcard="no"
|
--disable-smartcard) smartcard="no"
|
||||||
;;
|
;;
|
||||||
--enable-smartcard) smartcard="yes"
|
--enable-smartcard) smartcard="yes"
|
||||||
|
Loading…
Reference in New Issue
Block a user