remove --enable-gc, was not implemented anyway

This commit is contained in:
Holger Vogt 2018-08-05 11:08:33 +02:00
parent a9c2077051
commit a244d703c9
1 changed files with 0 additions and 4 deletions

View File

@ -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])])