OSDN Git Service

- helper config symbol has to depend on thread support
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 30 Oct 2008 08:05:36 +0000 (08:05 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 30 Oct 2008 08:05:36 +0000 (08:05 -0000)
extra/Configs/Config.in

index 1c3d431..86774f7 100644 (file)
@@ -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"