[Python-checkins] python/dist/src configure,1.334,1.335 configure.in,1.345,1.346

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 25 Sep 2002 13:38:36 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Fix SF # 614587, configure.in patch from Tim Rice

Need to quote $GCC in case it isn't set.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.334
retrieving revision 1.335
diff -C2 -d -r1.334 -r1.335
*** configure	16 Sep 2002 17:50:57 -0000	1.334
--- configure	25 Sep 2002 20:38:34 -0000	1.335
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.344 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.345 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 3446,3450 ****
  if test -z "$OPT"
  then
! 	case $GCC in
  	yes)
  		case $ac_cv_prog_cc_g in
--- 3446,3450 ----
  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.345
retrieving revision 1.346
diff -C2 -d -r1.345 -r1.346
*** configure.in	16 Sep 2002 17:50:59 -0000	1.345
--- configure.in	25 Sep 2002 20:38:34 -0000	1.346
***************
*** 460,464 ****
  if test -z "$OPT"
  then
! 	case $GCC in
  	yes)
  		case $ac_cv_prog_cc_g in
--- 460,464 ----
  if test -z "$OPT"
  then
! 	case "$GCC" in
  	yes)
  		case $ac_cv_prog_cc_g in