summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-04-02 18:01:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-04-02 18:01:42 +0000
commit98ca7790e32dab39fd57b5aadf29eed59e790896 (patch)
tree6df30a764229bc8c738cde65cdfb0ad14879f2fe
parent553a6284975857c507b99f6b3b34d00e31dbb130 (diff)
fixing typo in some outcommentet code
Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 79720d7fb1..ac53736251 100755
--- a/configure
+++ b/configure
@@ -574,7 +574,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
fi
if test "$small" == "yes"; then
-# CFLAGS=${CFALGS//-O3/-Os}
+# CFLAGS=${CFLAGS//-O3/-Os}
CFLAGS="$CFLAGS -Os"
fi