summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-08-12 18:20:24 +0200
committerAnthony Liguori2009-08-28 02:33:12 +0200
commite2d52ad32abb158f272f120dc1ba06c74abe4824 (patch)
tree328ac14abac3deb2200db21b05aae5749911cb67 /configure
parentUse the same structure for list of libs in curses and pthread (diff)
downloadqemu-e2d52ad32abb158f272f120dc1ba06c74abe4824.tar.gz
qemu-e2d52ad32abb158f272f120dc1ba06c74abe4824.tar.xz
qemu-e2d52ad32abb158f272f120dc1ba06c74abe4824.zip
Add feature configure help
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index 046d06e46b..85549d1241 100755
--- a/configure
+++ b/configure
@@ -166,6 +166,17 @@ case "$cpu" in
cpu="unknown"
;;
esac
+
+# Default value for a variable defining feature "foo"
+# * foo="no", feature will only be used if --enable-foo arg is given
+# * foo="", feature will be searched for, and if found, will be used
+# * foo="yes", this value vill only be set by --enable-foo flag.
+# feature will searched for, if not found, configure exits with error
+#
+# 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 feature is not found
+
brlapi="yes"
gprof="no"
debug_tcg="no"