summaryrefslogtreecommitdiff
path: root/libphobos/m4/druntime.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/m4/druntime.m4')
-rw-r--r--libphobos/m4/druntime.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/libphobos/m4/druntime.m4 b/libphobos/m4/druntime.m4
index 3b6e474488d..7221712a888 100644
--- a/libphobos/m4/druntime.m4
+++ b/libphobos/m4/druntime.m4
@@ -116,19 +116,3 @@ AC_DEFUN([DRUNTIME_INSTALL_DIRECTORIES],
gdc_include_dir='$(libdir)/gcc/${target_alias}/${gcc_version}/include/d'
AC_SUBST(gdc_include_dir)
])
-
-
-# DRUNTIME_GC
-# -----------
-# Add the --enable-druntime-gc option and create the
-# DRUNTIME_GC_ENABLE conditional
-AC_DEFUN([DRUNTIME_GC],
-[
- dnl switch between gc and gcstub
- AC_ARG_ENABLE(druntime-gc,
- AC_HELP_STRING([--enable-druntime-gc],
- [enable D runtime garbage collector (default: yes)]),
- [enable_druntime_gc=no],[enable_druntime_gc=yes])
-
- AM_CONDITIONAL([DRUNTIME_GC_ENABLE], [test "$enable_druntime_gc" = "yes"])
-])