]> git.sesse.net Git - ffmpeg/commitdiff
making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)
authorRoman Shaposhnik <roman@shaposhnik.org>
Fri, 4 Apr 2003 13:38:46 +0000 (13:38 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 4 Apr 2003 13:38:46 +0000 (13:38 +0000)
Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index ac53736251ed887ce962da82b69e2e45b95f0aa9..acfc04f8eeb56c33844e455a10a4dafd05ac9bdd 100755 (executable)
--- 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