Kaydet (Commit) 185bd6fc authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Trim out some cruft

üst 0152fbdc
# Autodetecting setup.py script for building the Python extensions # Autodetecting setup.py script for building the Python extensions
# #
# To be fixed:
# Implement --disable-modules setting
#
__version__ = "$Revision$" __version__ = "$Revision$"
...@@ -388,9 +385,6 @@ class PyBuildExt(build_ext): ...@@ -388,9 +385,6 @@ class PyBuildExt(build_ext):
if platform not in ['cygwin']: if platform not in ['cygwin']:
exts.append( Extension('resource', ['resource.c']) ) exts.append( Extension('resource', ['resource.c']) )
# Generic dynamic loading module
#exts.append( Extension('dl', ['dlmodule.c']) )
# Sun yellow pages. Some systems have the functions in libc. # Sun yellow pages. Some systems have the functions in libc.
if platform not in ['cygwin']: if platform not in ['cygwin']:
if (self.compiler.find_library_file(lib_dirs, 'nsl')): if (self.compiler.find_library_file(lib_dirs, 'nsl')):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment