change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt/staging/wigyori.git] / openwrt / package / cyrus-sasl / Config.in
1 config BR2_COMPILE_CYRUS_SASL
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBSASL2
5
6 config BR2_PACKAGE_LIBSASL2
7 prompt "libsasl2.......................... General purpose authentication library"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_CYRUS_SASL
11 help
12 A general purpose authentication library.
13
14 http://asg.web.cmu.edu/sasl/
15