diff options
| -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 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" | 
