[Python-checkins] CVS: python/dist/src configure,1.195,1.196

Neil Schemenauer nascheme@users.sourceforge.net
Mon, 19 Feb 2001 10:18:51 -0800


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

Modified Files:
	configure 
Log Message:
Revert SF patch #103655

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.195
retrieving revision 1.196
diff -C2 -r1.195 -r1.196
*** configure	2001/02/19 04:50:49	1.195
--- configure	2001/02/19 18:18:48	1.196
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.203 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.204 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 2890,2894 ****
  	SunOS/5*) 
  		if test "$GCC" = "yes"
! 		then LDSHARED='$(CC) -G'
  		else LDSHARED="ld -G";
  		fi ;;
--- 2890,2894 ----
  	SunOS/5*) 
  		if test "$GCC" = "yes"
! 		then LDSHARED='$(CC) -shared'
  		else LDSHARED="ld -G";
  		fi ;;