[Python-checkins] python/dist/src configure,1.317,1.318

nascheme@users.sourceforge.net nascheme@users.sourceforge.net
Mon, 08 Jul 2002 07:47:17 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv8028

Modified Files:
	configure 
Log Message:
Remove the configure option for disabling the reference cycle GC.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.317
retrieving revision 1.318
diff -C2 -d -r1.317 -r1.318
*** configure	25 Jun 2002 05:53:47 -0000	1.317
--- configure	8 Jul 2002 14:47:12 -0000	1.318
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.325 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.327 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 844,848 ****
    --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
--- 844,847 ----
***************
*** 11056,11083 ****
  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
--- 11055,11058 ----
***************
*** 11368,11372 ****
  
  # checks for library functions
- 
  
  
--- 11343,11346 ----