Commit 25851006 authored by michaelni's avatar michaelni

making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1730 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c861d812
...@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then ...@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
fi fi
fi fi
if test "$small" == "yes"; then if test "$small" = "yes"; then
# CFLAGS=${CFLAGS//-O3/-Os} # CFLAGS=${CFLAGS//-O3/-Os}
CFLAGS="$CFLAGS -Os" CFLAGS="$CFLAGS -Os"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment