Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 183358 | Differences between
and this patch

Collapse All | Expand All

(-)glibc-2.6/configure.in (-1 / +1 lines)
Lines 912-918 Link Here
912
# thing on a system that doesn't need fixincludes.  (Not presently a problem.)
912
# thing on a system that doesn't need fixincludes.  (Not presently a problem.)
913
if test -n "$sysheaders"; then
913
if test -n "$sysheaders"; then
914
  ccheaders=`$CC -print-file-name=include`
914
  ccheaders=`$CC -print-file-name=include`
915
  SYSINCLUDES="-nostdinc -isystem $ccheaders \
915
  SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \
916
-isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
916
-isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
917
  if test -n "$CXX"; then
917
  if test -n "$CXX"; then
918
    cxxversion=`$CXX -dumpversion 2>&AS_MESSAGE_LOG_FD` &&
918
    cxxversion=`$CXX -dumpversion 2>&AS_MESSAGE_LOG_FD` &&

Return to bug 183358