summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-04-04 13:38:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-04 13:38:46 +0000
commitc9f97d8251e4c983aef846eb1e696de9f695c7d4 (patch)
treed9de8c87ecb9cb1ce80a4533c9e935323e557c1a /configure
parent5064357588a187672ca64c169dc6e6e406777629 (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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