Skip to content
Snippets Groups Projects
Commit e39be59b authored by Clément Bœsch's avatar Clément Bœsch
Browse files

configure: remove bashism equality check for target_os.

parent d4005e22
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment