Revision 3a3fb96d configure

b/configure
169 169
  ;;
170 170
esac
171 171

  
172
# Default value for a variable defining feature "foo"
173
#  * foo="no", feature will only be used if --enable-foo arg is given
174
#  * foo="", feature will be searched for, and if found, will be used
175
#  * foo="yes", this value vill only be set by --enable-foo flag.
176
#                   feature will searched for, if not found, configure exits with error
172
# Default value for a variable defining feature "foo".
173
#  * foo="no"  feature will only be used if --enable-foo arg is given
174
#  * foo=""    feature will be searched for, and if found, will be used
175
#              unless --disable-foo is given
176
#  * foo="yes" this value will only be set by --enable-foo flag.
177
#              feature will searched for,
178
#              if not found, configure exits with error
177 179
#
178
# Always add --enable-foo and --disable-foo command line args.  Distributions want
179
# to ensure that several features are compiled in, and it is impossible without a
180
# --enable-foo that exits if feature is not found
180
# Always add --enable-foo and --disable-foo command line args.
181
# Distributions want to ensure that several features are compiled in, and it
182
# is impossible without a --enable-foo that exits if a feature is not found.
181 183

  
182 184
bluez=""
183 185
brlapi=""

Also available in: Unified diff