aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-10-04 21:34:55 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-11 21:34:15 +0200
commit414409e6c5260ff8a409a05b34f72ba3d44c61a3 (patch)
treedbe395c3cb973fad7afc378c475c361bb049fe10
parent09a288476fecb855b77c2b13f939310467735af0 (diff)
downloadffmpeg-414409e6c5260ff8a409a05b34f72ba3d44c61a3.tar.gz
configure: remove bashism equality check for target_os.
(cherry picked from commit e39be59b85de63e036bd6db9b79a9a9f29a838f7)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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