1
0
forked from aniani/vim

updated for version 7.0211

This commit is contained in:
Bram Moolenaar
2006-03-01 22:09:21 +00:00
parent e1438bb8d0
commit fd2ac767eb
24 changed files with 195 additions and 132 deletions

2
src/auto/configure vendored
View File

@@ -3395,7 +3395,7 @@ fi
fi
fi
if test "$MACARCH" = "intel" -o "$MACARCH" = "both"; then
if test "$MACARCH" = "intel" -o "$MACARCH" = "both"; then
CFLAGS=`echo "$CFLAGS" | sed 's/-O[23456789]/-Oz/'`
fi