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
This commit is contained in:
Roman Shaposhnik 2003-04-04 13:38:46 +00:00 committed by Michael Niedermayer
parent 5064357588
commit c9f97d8251
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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