[FFmpeg-cvslog] configure: remove bashism equality check for target_os.

Clément Bœsch git at videolan.org
Tue Oct 4 21:39:36 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Tue Oct  4 21:34:55 2011 +0200| [e39be59b85de63e036bd6db9b79a9a9f29a838f7] | committer: Clément Bœsch

configure: remove bashism equality check for target_os.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e39be59b85de63e036bd6db9b79a9a9f29a838f7
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index fdc0fe3..0c407fc 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



More information about the ffmpeg-cvslog mailing list