Mailing List Archive

python/dist/src configure,1.341,1.342
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv25139

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


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.341
retrieving revision 1.342
diff -C2 -d -r1.341 -r1.342
*** configure 6 Oct 2002 11:48:08 -0000 1.341
--- configure 7 Oct 2002 06:21:41 -0000 1.342
***************
*** 1,4 ****
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
--- 1,4 ----
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
***************
*** 8918,8922 ****
if test "$GCC" = "yes"
then LDSHARED='$(CC) -shared'
! else LDSHARED="$(CC) -G";
fi ;;
hp*|HP*) LDSHARED="ld -b";;
--- 8918,8922 ----
if test "$GCC" = "yes"
then LDSHARED='$(CC) -shared'
! else LDSHARED='$(CC) -G';
fi ;;
hp*|HP*) LDSHARED="ld -b";;