From c9f97d8251e4c983aef846eb1e696de9f695c7d4 Mon Sep 17 00:00:00 2001
From: Roman Shaposhnik <roman@shaposhnik.org>
Date: Fri, 4 Apr 2003 13:38:46 +0000
Subject: [PATCH] making configure sh script patch by (Roman Shaposhnick <rvs
 at sun dot com>)

Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ac53736251e..acfc04f8eeb 100755
--- a/configure
+++ b/configure
@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
   fi
 fi
 
-if test "$small" == "yes"; then
+if test "$small" = "yes"; then
 #  CFLAGS=${CFLAGS//-O3/-Os}
   CFLAGS="$CFLAGS -Os"
 fi
-- 
GitLab