Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 81236
Collapse All | Expand All

(-)kdecore/malloc/configure.in.in (-1 / +1 lines)
Lines 37-43 Link Here
37
if test "$kde_fast_malloc" != "no"; then
37
if test "$kde_fast_malloc" != "no"; then
38
dnl platforms for which there's a spinlock implementation
38
dnl platforms for which there's a spinlock implementation
39
    case $target_cpu in
39
    case $target_cpu in
40
        i?86)
40
        i?86|x86_64)
41
            AC_DEFINE(KDE_MALLOC_X86, 1, [The platform is x86])
41
            AC_DEFINE(KDE_MALLOC_X86, 1, [The platform is x86])
42
            ;;
42
            ;;
43
        *)
43
        *)

Return to bug 81236