[Python-checkins] python/dist/src configure.in,1.352,1.353

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 06 Oct 2002 23:21:09 -0700


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

Modified Files:
	configure.in 
Log Message:
Fix quoting for Solaris LDSHARED. Will backport to 2.2.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.352
retrieving revision 1.353
diff -C2 -d -r1.352 -r1.353
*** configure.in	6 Oct 2002 11:48:09 -0000	1.352
--- configure.in	7 Oct 2002 06:21:05 -0000	1.353
***************
*** 929,933 ****
  		if test "$GCC" = "yes"
  		then LDSHARED='$(CC) -shared'
! 		else LDSHARED="$(CC) -G";
  		fi ;;
  	hp*|HP*) LDSHARED="ld -b";;
--- 929,933 ----
  		if test "$GCC" = "yes"
  		then LDSHARED='$(CC) -shared'
! 		else LDSHARED='$(CC) -G';
  		fi ;;
  	hp*|HP*) LDSHARED="ld -b";;