Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 3aa88b31290c7cbbbae344efdece659194b95c70
https://github.com/qemu/qemu/commit/3aa88b31290c7cbbbae344efdece659194b95c70
Author: Stefan Hajnoczi <[email protected]>
Date: 2015-11-06 (Fri, 06 Nov 2015)
Changed paths:
M configure
Log Message:
-----------
configure: add missing --disable-modules option
According to ./configure all options should have both --enable-foo and
--disable-foo:
# Always add --enable-foo and --disable-foo command line args.
# Distributions want to ensure that several features are compiled in, and it
# is impossible without a --enable-foo that exits if a feature is not found.
Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
Message-id: [email protected]
Signed-off-by: Peter Maydell <[email protected]>