configure: remove bashism equality check for target_os.

(cherry picked from commit e39be59b85de63e036bd6db9b79a9a9f29a838f7)
This commit is contained in:
Clément Bœsch 2011-10-04 21:34:55 +02:00 committed by Michael Niedermayer
parent 09a288476f
commit 414409e6c5

2
configure vendored
View File

@ -3164,7 +3164,7 @@ check_deps $CONFIG_LIST \
enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
if test $target_os == "haiku"; then
if test $target_os = "haiku"; then
disable memalign
disable posix_memalign
fi