We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8215b02 commit 6fd9aabCopy full SHA for 6fd9aab
configure
@@ -4037,7 +4037,7 @@ main()
4037
# clutter.
4038
# NOTE: This maybe should use merged stdout/stderr rather than only
4039
# stdout. But it works for now.
4040
- vendor_string="$(${FC} --version 2>/dev/null || :)"
+ vendor_string="$(${found_fc} --version 2>/dev/null || :)"
4041
4042
# Query the compiler "vendor" (ie: the compiler's simple name).
4043
# The last part ({ read first rest ; echo $first ; }) is a workaround
0 commit comments