From e39be59b85de63e036bd6db9b79a9a9f29a838f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux@gmail.com>
Date: Tue, 4 Oct 2011 21:34:55 +0200
Subject: [PATCH] configure: remove bashism equality check for target_os.

---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index fdc0fe3b81c..0c407fc72a3 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
-- 
GitLab