summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2002-07-08 14:47:12 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2002-07-08 14:47:12 (GMT)
commitcccd1e72481106b0a373117f32fda6261f3141a7 (patch)
tree7a3530dae34f5105970810eb8b2ebc79efe4ba32 /configure.in
parentc6a525e993f94bba6b729bb53112c6b12d244541 (diff)
downloadcpython-cccd1e72481106b0a373117f32fda6261f3141a7.zip
cpython-cccd1e72481106b0a373117f32fda6261f3141a7.tar.gz
cpython-cccd1e72481106b0a373117f32fda6261f3141a7.tar.bz2
Remove the configure option for disabling the reference cycle GC.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.in b/configure.in
index edf7d3a..57d9a4a 100644
--- a/configure.in
+++ b/configure.in
@@ -1453,21 +1453,6 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
fi
fi
-# Check for GC support
-AC_MSG_CHECKING(for --with-cycle-gc)
-AC_ARG_WITH(cycle-gc,
-[ --with(out)-cycle-gc disable/enable garbage collection])
-
-if test -z "$with_cycle_gc"
-then with_cycle_gc="yes"
-fi
-if test "$with_cycle_gc" != "no"
-then
- AC_DEFINE(WITH_CYCLE_GC, 1,
- [Define if you want to compile in cycle garbage collection.])
-fi
-AC_MSG_RESULT($with_cycle_gc)
-
# Check for universal newline support
AC_MSG_CHECKING(for --with-universal-newline)
AC_ARG_WITH(universal-newlines,