diff options
author | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 21:34:55 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-10-04 21:36:54 +0200 |
commit | e39be59b85de63e036bd6db9b79a9a9f29a838f7 (patch) | |
tree | d3e00143d791d58a790876a0c9989e3a03d8e21e /configure | |
parent | d4005e22c39ac172e5b9b0a88bc3b896c7d4e700 (diff) | |
download | ffmpeg-e39be59b85de63e036bd6db9b79a9a9f29a838f7.tar.gz |
configure: remove bashism equality check for target_os.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |