commit | 5dfa13719f2929e390e82a94a3721a65a6fd9bf8 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Mar 02 06:24:14 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Mar 02 06:24:14 2001 +0000 |
tree | c3113ca509b687066505db793b5052db148de2c0 | |
parent | 3ed4c15a88c79ae71a01854415a66ca1cd6697c7 [diff] |
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']: