diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-25 04:57:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-25 04:57:01 +0000 |
commit | e3c0c189b7566a1ffcd8d11821a44c6e0e9e64d4 (patch) | |
tree | 1ab673dc529753cff1b28597ca41dc226256a253 /extra | |
parent | 22e48d07b568b367f2293bc305924863743de736 (diff) |
fix from psm: makes use of the malloc debug option in malloc-standard as well
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 4eb7d0f4a..79851b39b 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1496,7 +1496,7 @@ config SUPPORT_LD_DEBUG_EARLY config UCLIBC_MALLOC_DEBUGGING bool "Build malloc with debugging support" - depends MALLOC + depends MALLOC || MALLOC_STANDARD default n help Answer Y here to compile extra debugging support code into malloc. |