configure: re-enable memalign for Haiku

This had been disabled in 2011:
https://lists.ffmpeg.org/pipermail/ffmpeg-cvslog/2011-June/038362.html

If there are still problems with it we should rather fix them on Haiku
side.

Signed-off-by: Niklas Haas <git@haasn.dev>
See-Also: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/22233
This commit is contained in:
Adrien Destugues
2019-08-07 16:21:32 +03:00
committed by Niklas Haas
parent d67d81a374
commit 5425be53b5

4
configure vendored
View File

@@ -8172,10 +8172,6 @@ enabled threads || warn \
"environment."
case $target_os in
haiku)
disable memalign
disable posix_memalign
;;
*-dos|freedos|opendos)
if test_cpp_condition sys/version.h "defined(__DJGPP__) && __DJGPP__ == 2 && __DJGPP_MINOR__ == 5"; then
disable memalign