summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-27 13:43:46 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-27 13:43:46 (GMT)
commita246d9fefd729294e84a190f2e92cf4e4ff08f20 (patch)
tree41b2c11eaacd2747ec53fc9d5ad81bf3fc354a2e /Python
parentd680a862063535ddd92fdb0c99eb969518033d91 (diff)
downloadcpython-a246d9fefd729294e84a190f2e92cf4e4ff08f20.zip
cpython-a246d9fefd729294e84a190f2e92cf4e4ff08f20.tar.gz
cpython-a246d9fefd729294e84a190f2e92cf4e4ff08f20.tar.bz2
[Patch #641685] setup.py contained code for finding libraries, instead
of using the CCompiler.find_library_file() provided by the Distutils. This patch fixes it to use the Distutils method at the cost of some additional glue. (The duplication resulted in the SSL module not being automatically built on Macs; the Distutils knew that shared libraries on OS X have a .dylib extension, but the setup.py code didn't.)
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions