[Python-checkins] python/dist/src configure,1.279.6.7,1.279.6.8 configure.in,1.288.6.7,1.288.6.8

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 10 Sep 2002 02:19:48 -0700


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

Modified Files:
      Tag: release22-maint
	configure configure.in 
Log Message:
Use = instead of == in test.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.279.6.7
retrieving revision 1.279.6.8
diff -C2 -d -r1.279.6.7 -r1.279.6.8
*** configure	23 Aug 2002 16:26:06 -0000	1.279.6.7
--- configure	10 Sep 2002 09:19:43 -0000	1.279.6.8
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.6 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.288.6.7 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 1997,2001 ****
  # headers). Thus, disable warnings. This can go away if autoconf 2.50
  # is used, since it considers the gcc status to determine errors.
! if test $GCC == yes
  then
     CPPFLAGS_save=$CPPFLAGS
--- 1997,2001 ----
  # headers). Thus, disable warnings. This can go away if autoconf 2.50
  # is used, since it considers the gcc status to determine errors.
! if test $GCC = yes
  then
     CPPFLAGS_save=$CPPFLAGS
***************
*** 2050,2054 ****
  
  
! if test $GCC == yes
  then
     CPPFLAGS=$CPPFLAGS_save
--- 2050,2054 ----
  
  
! if test $GCC = yes
  then
     CPPFLAGS=$CPPFLAGS_save

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.288.6.7
retrieving revision 1.288.6.8
diff -C2 -d -r1.288.6.7 -r1.288.6.8
*** configure.in	23 Aug 2002 16:26:17 -0000	1.288.6.7
--- configure.in	10 Sep 2002 09:19:45 -0000	1.288.6.8
***************
*** 527,531 ****
  # headers). Thus, disable warnings. This can go away if autoconf 2.50
  # is used, since it considers the gcc status to determine errors.
! if test $GCC == yes
  then
     CPPFLAGS_save=$CPPFLAGS
--- 527,531 ----
  # headers). Thus, disable warnings. This can go away if autoconf 2.50
  # is used, since it considers the gcc status to determine errors.
! if test $GCC = yes
  then
     CPPFLAGS_save=$CPPFLAGS
***************
*** 541,545 ****
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
  
! if test $GCC == yes
  then
     CPPFLAGS=$CPPFLAGS_save
--- 541,545 ----
  ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
  
! if test $GCC = yes
  then
     CPPFLAGS=$CPPFLAGS_save