[Python-checkins] CVS: python/dist/src configure,1.240,1.241

Neil Schemenauer nascheme@users.sourceforge.net
Wed, 29 Aug 2001 16:58:49 -0700


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

Modified Files:
	configure 
Log Message:
Always build gcmodule.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.240
retrieving revision 1.241
diff -C2 -d -r1.240 -r1.241
*** configure	2001/08/17 18:39:24	1.240
--- configure	2001/08/29 23:58:47	1.241
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.247 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.249 
  
[...3612 lines suppressed...]
*** 7065,7069 ****
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7068: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
--- 7072,7076 ----
  SRCDIRS="Parser Grammar Objects Python Modules"
  echo $ac_n "checking for build directories""... $ac_c" 1>&6
! echo "configure:7075: checking for build directories" >&5
  for dir in $SRCDIRS; do
      if test ! -d $dir; then
***************
*** 7244,7248 ****
  s%@USE_THREAD_MODULE@%$USE_THREAD_MODULE%g
  s%@LDLAST@%$LDLAST%g
- s%@USE_GC_MODULE@%$USE_GC_MODULE%g
  s%@DLINCLDIR@%$DLINCLDIR%g
  s%@DYNLOADFILE@%$DYNLOADFILE%g
--- 7251,7254 ----