You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/html2text/files/html2text-1.3.2a-compiler.p...

14 lines
247 B

--- a/configure
+++ b/configure
@@ -38,8 +38,8 @@
return 0;
}
EOF
-CXX=unknown;
-for i in "CC" "g++" "cc" "$CC"; do
+CXX=${CXX-unknown}
+for i in "$CXX" "CC" "g++" "cc"; do
if $i -c $tmp_file.C 2>/dev/null; then
CXX="$i";
break;