[Python-checkins] python/dist/src configure,1.303,1.304 configure.in,1.313,1.314

loewis@sourceforge.net loewis@sourceforge.net
Thu, 02 May 2002 22:53:17 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Patch #551093: Let cygwin default to --enable-shared.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.303
retrieving revision 1.304
diff -C2 -d -r1.303 -r1.304
*** configure	20 Apr 2002 13:46:42 -0000	1.303
--- configure	3 May 2002 05:53:15 -0000	1.304
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.311 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.313 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 3071,3075 ****
  if test -z "$enable_shared"
  then
!   enable_shared="no"
  fi
  echo "$as_me:$LINENO: result: $enable_shared" >&5
--- 3071,3080 ----
  if test -z "$enable_shared"
  then
!   case $ac_sys_system in
!   CYGWIN*)
!     enable_shared="yes";;
!   *)
!     enable_shared="no";;
!   esac
  fi
  echo "$as_me:$LINENO: result: $enable_shared" >&5

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.313
retrieving revision 1.314
diff -C2 -d -r1.313 -r1.314
*** configure.in	20 Apr 2002 13:46:43 -0000	1.313
--- configure.in	3 May 2002 05:53:15 -0000	1.314
***************
*** 338,342 ****
  if test -z "$enable_shared"
  then 
!   enable_shared="no"
  fi
  AC_MSG_RESULT($enable_shared)
--- 338,347 ----
  if test -z "$enable_shared"
  then 
!   case $ac_sys_system in
!   CYGWIN*)
!     enable_shared="yes";;
!   *)
!     enable_shared="no";;
!   esac
  fi
  AC_MSG_RESULT($enable_shared)