From a244d703c9f18de538e0201db64e6b48ca8f066e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 5 Aug 2018 11:08:33 +0200 Subject: [PATCH] remove --enable-gc, was not implemented anyway --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 36afe000f..9a6f6a7a5 100644 --- a/configure.ac +++ b/configure.ac @@ -101,10 +101,6 @@ AC_ARG_ENABLE([ansi], AC_ARG_ENABLE([gprof], [AS_HELP_STRING([--enable-gprof], [Produce gprof profiling data in 'gmon.out' (GCC only).])]) -# --enable-gc: Enable Boehm-Weiser Conservative Garbage Collector -AC_ARG_ENABLE([checker], - [AS_HELP_STRING([--enable-gc], [Use Boehm-Weiser Conservative Garbage Collector. Disabled by default.])]) - # --enable-nobypass: define NOBYPASS for the code AC_ARG_ENABLE([nobypass], [AS_HELP_STRING([--enable-nobypass], [Don't bypass recalculations of slowly changing variables])])