From: Roman Shaposhnik Date: Fri, 4 Apr 2003 13:38:46 +0000 (+0000) Subject: making configure sh script patch by (Roman Shaposhnick ) X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c9f97d8251e4c983aef846eb1e696de9f695c7d4;p=ffmpeg making configure sh script patch by (Roman Shaposhnick ) Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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