From c9f97d8251e4c983aef846eb1e696de9f695c7d4 Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Fri, 4 Apr 2003 13:38:46 +0000 Subject: [PATCH] making configure sh script patch by (Roman Shaposhnick ) 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 ac53736251..acfc04f8ee 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