Disable the dl module
diff --git a/setup.py b/setup.py
index 67bf5b7..88e1c63 100644
--- a/setup.py
+++ b/setup.py
@@ -388,7 +388,7 @@
                 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']: