summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-25 04:58:11 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-25 04:58:11 +0000
commit1aaf07395224439ae6bc660eeed364c92db187b0 (patch)
treec8df2dbcba2bf0a8543e96840747567ca0ba7726 /extra/Configs
parente3c0c189b7566a1ffcd8d11821a44c6e0e9e64d4 (diff)
fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: depends on LINUXTHREADS_OLD
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in2
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