summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-30 08:05:36 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-30 08:05:36 +0000
commitab0da6f81ac24e90edff3cb9a382e3dce4177d10 (patch)
tree192d40f160a3c8bbbfb3d82474b9f834d2dc12eb /extra
parent628d49934ea74b555e8330959ddd4777aab40b29 (diff)
- helper config symbol has to depend on thread support
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
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"