1
0
forked from aniani/vim

updated for version 7.0156

This commit is contained in:
Bram Moolenaar
2005-10-11 20:32:28 +00:00
parent 202795bed4
commit 95b28ecc4a
5 changed files with 177 additions and 215 deletions

2
src/auto/configure vendored
View File

@@ -16051,7 +16051,7 @@ fi
DEPEND_CFLAGS_FILTER=
if test "$GCC" = yes; then
gccmajor=`"$CC" --version | sed -e '2,$d;s/^[^0-9]*\([3-9]\)\.[0-9.]*.*$/\1/g'`
if test "$gccmajor" = ""; then
if test "$gccmajor" != ""; then
DEPEND_CFLAGS_FILTER="| sed 's+-I */+-isystem /+g'"
fi
fi