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

Collapse All | Expand All

(-)configure.orig (-2 / +2 lines)
Lines 18-24 Link Here
18
# Sun Apr  7 12:04:48 CEST 2002
18
# Sun Apr  7 12:04:48 CEST 2002
19
19
20
20
21
echo='/bin/echo -e'
21
echo='/bin/echo'
22
22
23
rm -rf configure-tmp || exit 1;
23
rm -rf configure-tmp || exit 1;
24
mkdir configure-tmp || exit 1;
24
mkdir configure-tmp || exit 1;
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
for i in "g++" "CC" "cc" "$CC"; do
42
  if $i -c $tmp_file.C 2>/dev/null; then
42
  if $i -c $tmp_file.C 2>/dev/null; then
43
    CXX="$i";
43
    CXX="$i";
44
    break;
44
    break;

Return to bug 104324