configure: correct D compiler name capitalisation

This commit is contained in:
Jeremy Baxter 2024-08-02 18:17:30 +12:00
parent 9bd36f056f
commit d020aabbb4

2
configure vendored
View file

@ -34,7 +34,7 @@ gen_DC () {
elif present dmd; then
dc=dmd
else
throw "D compiler not found; install ldc or dmd"
throw "D compiler not found; install LDC or DMD"
fi
using "$dc"