diff options
author | Stefan Weil <weil@mail.berlios.de> | 2009-11-16 19:59:18 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-11-21 00:40:55 +0100 |
commit | 3a3fb96d0d9e3331e3beb672108ec18a6d3d8c1c (patch) | |
tree | ead0d8403a2a8506375a84164d9a5228ad97b682 /configure | |
parent | qemu-io: build on all platforms (diff) | |
download | qemu-kvm-3a3fb96d0d9e3331e3beb672108ec18a6d3d8c1c.tar.gz qemu-kvm-3a3fb96d0d9e3331e3beb672108ec18a6d3d8c1c.tar.bz2 qemu-kvm-3a3fb96d0d9e3331e3beb672108ec18a6d3d8c1c.zip |
configure: Fix spelling in comment and rework the comment
* Replace vill -> will.
* Comment was formatted to make it more readable
and to conform to the coding standard, too.
* Description of foo="" was completed.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -169,15 +169,17 @@ case "$cpu" in ;; 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 +# 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 +# unless --disable-foo is given +# * foo="yes" this value will 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 +# 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. bluez="" brlapi="" |