mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06: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
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue