summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 050d97533..a63a76a12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -705,7 +705,7 @@ _ACEOF
fi
if test -z "$D2COMPILERBIN" ; then
- AC_CHECK_PROGS(D2COMPILER, dmd gdmd ldmd2 ldc2)
+ AC_CHECK_PROGS(D2COMPILER, dmd gdmd ldmd2 ldc2 gdc)
if test -n "$D2COMPILER" ; then
AC_MSG_CHECKING(whether the D2 compiler works)