head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.11.12.38.46;	author jeh;	state dead;
branches;
next	1.1;

1.1
date	2001.03.23.01.37.32;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@updates 2.7.2_2
. Python 2.1 support
. EAPI option added. (for www/apache13-modssl)
. MASTER_SITES order changed (www.modpython.org site is always slow)

PR:		27214
Submitted by:	Chang, Hye-Shik <perky@@python.or.kr> MAINTAINER
@
text
@--- work/Python-2.0/configure.orig	Fri Mar 16 07:32:48 2001
+++ work/Python-2.0/configure	Fri Mar 16 07:35:20 2001
@@@@ -3975,7 +3975,7 @@@@
 fi
 done
 
-
+if false; then
 # check for openpty and forkpty
 
 for ac_func in openpty
@@@@ -4173,7 +4173,7 @@@@
 
 fi
 done
-
+fi
 
 # check for long file support functions
 for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs
@


1.1
log
@Forgotten file:

more flexible build options:
.enables apache module to embeded more python features.
 (crypt, cmath, strop.. and so many;same to lang/python port)
 but useless features (openpty, gnu readline) are disabled
 by default.
.strip object at post-build phase by default.

PR:		25839
Submitted by:	Chang, Hye-Shik <perky@@python.or.kr> MAINTAINER
@
text
@@

