diff --git a/configure b/configure index e314ac6430918f700e98c88531c5a8fcd521fc0d..b65c11c725ad22c65568cb20adafbdde98b47571 100755 --- a/configure +++ b/configure @@ -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=""