diff options
author | Sergei Trofimovich | 2012-01-24 18:42:40 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2012-01-27 07:26:30 +0100 |
commit | 8c84cf11660322489f839bc29db79bad31b4ecde (patch) | |
tree | 0e7a671402e0db1509ed33ca4dbe892e044b3171 /configure | |
parent | pcnet: Preserve link state across device reset (diff) | |
download | qemu-8c84cf11660322489f839bc29db79bad31b4ecde.tar.gz qemu-8c84cf11660322489f839bc29db79bad31b4ecde.tar.xz 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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |