--- glibc-2.6/configure.in 2007-06-27 04:18:26.000000000 +0100 +++ glibc-2.6/configure.in.mine 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` &&