소스 검색

- helper config symbol has to depend on thread support

Bernhard Reutner-Fischer 15 년 전
부모
커밋
ab0da6f81a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      extra/Configs/Config.in

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