[Python-checkins] CVS: python/dist/src setup.py,1.34,1.35

A.M. Kuchling akuchling@users.sourceforge.net
Thu, 01 Mar 2001 22:24:16 -0800


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

Modified Files:
	setup.py 
Log Message:
Disable the dl module


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** setup.py	2001/02/28 22:49:26	1.34
--- setup.py	2001/03/02 06:24:14	1.35
***************
*** 389,393 ****
  
              # Generic dynamic loading module
!             exts.append( Extension('dl', ['dlmodule.c']) )
              
              # Sun yellow pages. Some systems have the functions in libc.
--- 389,393 ----
  
              # Generic dynamic loading module
!             #exts.append( Extension('dl', ['dlmodule.c']) )
              
              # Sun yellow pages. Some systems have the functions in libc.