From d020aabbb4114e498a11cd0ed3caea7a922018f5 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 2 Aug 2024 18:17:30 +1200 Subject: [PATCH] configure: correct D compiler name capitalisation --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"