Преглед изворни кода

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>
Austin Foxley пре 15 година
родитељ
комит
f026e23c40
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
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