From f7796263b88a28d032cee2ba75a394ee3eb62c8f Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 21 May 2001 20:44:48 +0000 Subject: Trim out some cruft --- setup.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index abf3b42188..f544ee5a23 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,5 @@ # Autodetecting setup.py script for building the Python extensions # -# To be fixed: -# Implement --disable-modules setting -# __version__ = "$Revision$" @@ -388,9 +385,6 @@ class PyBuildExt(build_ext): if platform not in ['cygwin']: 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. if platform not in ['cygwin']: if (self.compiler.find_library_file(lib_dirs, 'nsl')): -- cgit v1.2.1