diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 14:45:31 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-10-17 14:45:31 -0700 |
commit | f026e23c40bd357f5dc4d21319b801c8cdc95a0a (patch) | |
tree | b0edc3168fecc38bc20ecc1363187ccb84726000 /extra | |
parent | a202cf6f119f41532b60ad28bc48746b535fd34c (diff) |
Config.in: don't attempt to disable lt.old automatically, just have the user get it right
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 8fa9a47ae..e60447bd9 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -431,7 +431,7 @@ config PTHREADS_DEBUG_SUPPORT config LINUXTHREADS_OLD bool "Use the older (stable) version of linuxthreads" default y - depends on UCLIBC_HAS_THREADS && !UCLIBC_HAS_THREADS_NATIVE + depends on UCLIBC_HAS_THREADS help There are two versions of linuxthreads. The older (stable) version has been in uClibc for quite a long time but hasn't seen too many |