diff --git a/configure b/configure index 9eb816c..5b08c9a 100755 --- a/configure +++ b/configure @@ -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"