summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-10-04 21:34:55 +0200
committerClément Bœsch <ubitux@gmail.com>2011-10-04 21:36:54 +0200
commite39be59b85de63e036bd6db9b79a9a9f29a838f7 (patch)
treed3e00143d791d58a790876a0c9989e3a03d8e21e /configure
parentd4005e22c39ac172e5b9b0a88bc3b896c7d4e700 (diff)
configure: remove bashism equality check for target_os.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fdc0fe3b81..0c407fc72a 100755
--- a/configure
+++ b/configure
@@ -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