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 79851b39b..95ea149ca 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1419,7 +1419,7 @@ config DODEBUG config DODEBUG_PT bool "Build pthread with debugging output" - depends on UCLIBC_HAS_THREADS + depends on UCLIBC_HAS_THREADS && LINUXTHREADS_OLD default n help Enable debug output in libpthread. This is only useful when doing |