summaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure28
1 files changed, 1 insertions, 27 deletions
diff --git a/configure b/configure
index c2f7c02..48d4cd4 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.325 .
+# From configure.in Revision: 1.327 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -843,7 +843,6 @@ Optional Packages:
--with(out)-threads=DIRECTORY disable/enable thread support
--with(out)-thread=DIRECTORY deprecated; use --with(out)-threads
--with-pth use GNU pth threading libraries
- --with(out)-cycle-gc disable/enable garbage collection
--with(out)-universal-newlines disable/enable foreign newlines
--with(out)-doc-strings disable/enable documentation strings
--with(out)-pymalloc disable/enable specialized mallocs
@@ -11055,30 +11054,6 @@ if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
fi
fi
-# Check for GC support
-echo "$as_me:$LINENO: checking for --with-cycle-gc" >&5
-echo $ECHO_N "checking for --with-cycle-gc... $ECHO_C" >&6
-
-# Check whether --with-cycle-gc or --without-cycle-gc was given.
-if test "${with_cycle_gc+set}" = set; then
- withval="$with_cycle_gc"
-
-fi;
-
-if test -z "$with_cycle_gc"
-then with_cycle_gc="yes"
-fi
-if test "$with_cycle_gc" != "no"
-then
-
-cat >>confdefs.h <<\_ACEOF
-#define WITH_CYCLE_GC 1
-_ACEOF
-
-fi
-echo "$as_me:$LINENO: result: $with_cycle_gc" >&5
-echo "${ECHO_T}$with_cycle_gc" >&6
-
# Check for universal newline support
echo "$as_me:$LINENO: checking for --with-universal-newline" >&5
echo $ECHO_N "checking for --with-universal-newline... $ECHO_C" >&6
@@ -11443,7 +11418,6 @@ echo "${ECHO_T}MACHDEP_OBJS" >&6
-
for ac_func in alarm chown chroot clock confstr ctermid ctermid_r execv \
fchdir flock fork fsync fdatasync fpathconf ftime ftruncate \
gai_strerror getgroups getlogin getpeername getpgid getpid getpwent getwd \