aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Pfau <johannespfau@gmail.com>2019-04-14 09:52:22 +0000
committerJohannes Pfau <johannespfau@gmail.com>2019-04-14 09:52:22 +0000
commit998ebc4c2d8e4eb0066dd2c2d23313e99e44845d (patch)
treeb53ee8eca4d318e7c57ca8c859a03675ef7bd62e /configure.ac
parent1cdfcfb76aae0f53c355a0703cbc725e1dd00233 (diff)
PR d/87799 Fix D build on windows hosts
PR d/87799 * d-system.h (_mkdir): Forward _mkdir on MinGW to mkdir in system.h. * configure.ac: Remove d from unsupported languages on mingw and cygwin. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@270349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3674a33818..9db4fd14aa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -681,7 +681,7 @@ case ,${enable_languages}, in
;;
*)
case "${target}" in
- *-*-darwin* | *-*-cygwin* | *-*-mingw*)
+ *-*-darwin*)
unsupported_languages="$unsupported_languages d"
;;
esac