Disable the dl module
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 2 Mar 2001 06:24:14 +0000 (06:24 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 2 Mar 2001 06:24:14 +0000 (06:24 +0000)
setup.py

index 67bf5b7b4a324dea84fe2d7f40f98bbef5d017ca..88e1c63486cb33ff30003ecfe6dd8dc84a373c86 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -388,7 +388,7 @@ class PyBuildExt(build_ext):
                 exts.append( Extension('resource', ['resource.c']) )
 
             # Generic dynamic loading module
-            exts.append( Extension('dl', ['dlmodule.c']) )
+            #exts.append( Extension('dl', ['dlmodule.c']) )
             
             # Sun yellow pages. Some systems have the functions in libc.
             if platform not in ['cygwin']: