From ab0da6f81ac24e90edff3cb9a382e3dce4177d10 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 30 Oct 2008 08:05:36 +0000 Subject: - helper config symbol has to depend on thread support --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1c3d431c7..86774f7f3 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -405,7 +405,7 @@ config LINUXTHREADS_OLD config LINUXTHREADS_NEW def_bool y - depends on !LINUXTHREADS_OLD + depends on UCLIBC_HAS_THREADS && !LINUXTHREADS_OLD config UCLIBC_HAS_SYSLOG bool "Syslog support" -- cgit v1.2.3