commit | 95b28ecc4a2dbda55fee8b7082ab1ed393d87c91 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 20:32:28 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 20:32:28 2005 +0000 |
tree | 1debb13ed779d6d922ca6f5915d187a616185949 | |
parent | 202795bed4e4ab668e033217d68f41fb7f9cf707 [diff] [blame] |
updated for version 7.0156
diff --git a/src/auto/configure b/src/auto/configure index 6c294eb..1056c0b 100755 --- a/src/auto/configure +++ b/src/auto/configure
@@ -16051,7 +16051,7 @@ 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