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

Collapse All | Expand All

(-)configure.old (-1 / +4 lines)
Lines 38-44 Link Here
38
}
38
}
39
EOF
39
EOF
40
CXX=unknown;
40
CXX=unknown;
41
for i in "CC" "g++" "cc" "$CC"; do
41
if test "x$CC" = "x"; then
42
	CC="CC"
43
fi
44
for i in "$CC" "g++" "cc" "CC"; do
42
  if $i -c $tmp_file.C 2>/dev/null; then
45
  if $i -c $tmp_file.C 2>/dev/null; then
43
    CXX="$i";
46
    CXX="$i";
44
    break;
47
    break;

Return to bug 105051