diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 21:34:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-11 21:34:15 +0200 |
commit | 414409e6c5260ff8a409a05b34f72ba3d44c61a3 (patch) | |
tree | dbe395c3cb973fad7afc378c475c361bb049fe10 | |
parent | 09a288476fecb855b77c2b13f939310467735af0 (diff) | |
download | ffmpeg-414409e6c5260ff8a409a05b34f72ba3d44c61a3.tar.gz |
configure: remove bashism equality check for target_os.
(cherry picked from commit e39be59b85de63e036bd6db9b79a9a9f29a838f7)
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |