[Python-checkins] CVS: python/dist/src configure,1.191,1.192

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 02 Feb 2001 12:11:15 -0800


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

Modified Files:
	configure 
Log Message:
the usual


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.191
retrieving revision 1.192
diff -C2 -r1.191 -r1.192
*** configure	2001/01/27 21:40:54	1.191
--- configure	2001/02/02 20:11:13	1.192
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.198 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.199 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 5437,5441 ****
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x = {0,0};
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
--- 5437,5441 ----
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x;
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;