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

(-)configure.in (-3 / +3 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` &&
919
-- configure       2007-07-07 10:55:42.460271790 +0200
919
++ configure.mine  2007-07-07 10:55:53.458582245 +0200
Lines 5063-5069 Link Here
5063
# thing on a system that doesn't need fixincludes.  (Not presently a problem.)
5063
# thing on a system that doesn't need fixincludes.  (Not presently a problem.)
5064
if test -n "$sysheaders"; then
5064
if test -n "$sysheaders"; then
5065
  ccheaders=`$CC -print-file-name=include`
5065
  ccheaders=`$CC -print-file-name=include`
5066
  SYSINCLUDES="-nostdinc -isystem $ccheaders \
5066
  SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \
5067
-isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5067
-isystem `echo $sysheaders | sed 's/:/ -isystem /g'`"
5068
  if test -n "$CXX"; then
5068
  if test -n "$CXX"; then
5069
    cxxversion=`$CXX -dumpversion 2>&5` &&
5069
    cxxversion=`$CXX -dumpversion 2>&5` &&

Return to bug 183358