configure: correct D compiler name capitalisation
This commit is contained in:
parent
9bd36f056f
commit
d020aabbb4
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -34,7 +34,7 @@ gen_DC () {
|
||||||
elif present dmd; then
|
elif present dmd; then
|
||||||
dc=dmd
|
dc=dmd
|
||||||
else
|
else
|
||||||
throw "D compiler not found; install ldc or dmd"
|
throw "D compiler not found; install LDC or DMD"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
using "$dc"
|
using "$dc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue