From 414409e6c5260ff8a409a05b34f72ba3d44c61a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Tue, 4 Oct 2011 21:34:55 +0200 Subject: [PATCH] configure: remove bashism equality check for target_os. (cherry picked from commit e39be59b85de63e036bd6db9b79a9a9f29a838f7) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 576daf045b..be2f721f7a 100755 --- a/configure +++ b/configure @@ -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