--- configure.in 2007-06-27 04:18:26.000000000 +0100 +++ configure.in 2007-06-27 04:17:58.000000000 +0100 @@ -912,7 +912,7 @@ # thing on a system that doesn't need fixincludes. (Not presently a problem.) if test -n "$sysheaders"; then ccheaders=`$CC -print-file-name=include` - SYSINCLUDES="-nostdinc -isystem $ccheaders \ + SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \ -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`" if test -n "$CXX"; then cxxversion=`$CXX -dumpversion 2>&AS_MESSAGE_LOG_FD` && --- configure 2007-07-07 10:55:42.460271790 +0200 +++ configure.mine 2007-07-07 10:55:53.458582245 +0200 @@ -5063,7 +5063,7 @@ # thing on a system that doesn't need fixincludes. (Not presently a problem.) if test -n "$sysheaders"; then ccheaders=`$CC -print-file-name=include` - SYSINCLUDES="-nostdinc -isystem $ccheaders \ + SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \ -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`" if test -n "$CXX"; then cxxversion=`$CXX -dumpversion 2>&5` &&