From 1aaf07395224439ae6bc660eeed364c92db187b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 25 Aug 2006 04:58:11 +0000 Subject: fix from psm: DODEBUG_PT is only meaningful for LINUXTHREADS_OLD, add: depends on LINUXTHREADS_OLD --- extra/Configs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') 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 -- cgit v1.2.3