Fixes:
http://autobuild.buildroot.net/results/f6e/
f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
bool "aiccu"
depends on BR2_INET_IPV6
depends on BR2_USE_WCHAR
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_GNUTLS
help
SixXS Automatic IPv6 Connectivity Client Utility
http://www.sixxs.net/tools/aiccu/
-comment "aiccu requires a toolchain with IPv6 and WCHAR support"
- depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR)
+comment "aiccu requires a toolchain with IPv6, WCHAR and thread support"
+ depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)