[Python-checkins] python/dist/src configure,1.279.6.9,1.279.6.10 configure.in,1.288.6.9,1.288.6.10

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 25 Sep 2002 14:26:04 -0700


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

Modified Files:
      Tag: release22-maint
	configure configure.in 
Log Message:
Back out part of previous change.
Quotes aren't necessary in case statements.  Spotted by Neil Schemenauer.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.279.6.9
retrieving revision 1.279.6.10
diff -C2 -d -r1.279.6.9 -r1.279.6.10
*** configure	25 Sep 2002 20:35:56 -0000	1.279.6.9
--- configure	25 Sep 2002 21:25:59 -0000	1.279.6.10
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.8 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.9 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 1665,1669 ****
  if test -z "$OPT"
  then
! 	case "$GCC" in
  	yes)
  		case $ac_cv_prog_cc_g in
--- 1665,1669 ----
  if test -z "$OPT"
  then
! 	case $GCC in
  	yes)
  		case $ac_cv_prog_cc_g in

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.288.6.9
retrieving revision 1.288.6.10
diff -C2 -d -r1.288.6.9 -r1.288.6.10
*** configure.in	25 Sep 2002 20:35:57 -0000	1.288.6.9
--- configure.in	25 Sep 2002 21:26:01 -0000	1.288.6.10
***************
*** 374,378 ****
  if test -z "$OPT"
  then
! 	case "$GCC" in
  	yes)
  		case $ac_cv_prog_cc_g in
--- 374,378 ----
  if test -z "$OPT"
  then
! 	case $GCC in
  	yes)
  		case $ac_cv_prog_cc_g in