Browse Source

build system: disable memalign on haiku, its not reliable there.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 14 years ago
parent
commit
ad3ac1d507
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      configure

+ 5
- 0
configure View File

@@ -3148,6 +3148,11 @@ check_deps $CONFIG_LIST \

enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }

if test $target_os == "haiku"; then
disable memalign
disable posix_memalign
fi

! enabled_any memalign posix_memalign malloc_aligned &&
enabled_any $need_memalign && enable memalign_hack



Loading…
Cancel
Save