diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-25 04:58:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-25 04:58:11 +0000 |
commit | 1aaf07395224439ae6bc660eeed364c92db187b0 (patch) | |
tree | c8df2dbcba2bf0a8543e96840747567ca0ba7726 /extra | |
parent | e3c0c189b7566a1ffcd8d11821a44c6e0e9e64d4 (diff) |
fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: depends on LINUXTHREADS_OLD
Diffstat (limited to 'extra')
-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 |