Commit e39be59b authored by Clément Bœsch's avatar Clément Bœsch

configure: remove bashism equality check for target_os.

parent d4005e22
......@@ -3272,7 +3272,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment