]> granicus.if.org Git - python/commitdiff
compiler_obj -> compiler
authorBenjamin Peterson <benjamin@python.org>
Wed, 30 Dec 2009 03:40:09 +0000 (03:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 30 Dec 2009 03:40:09 +0000 (03:40 +0000)
setup.py

index 39f884081e933c75ad2facaf4d47955d2aa51638..b8bad1461702886f35139386c319c813809125ec 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -981,7 +981,7 @@ class PyBuildExt(build_ext):
             # Sun yellow pages. Some systems have the functions in libc.
             if (platform not in ['cygwin', 'qnx6'] and
                 find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None):
-                if (self.compiler_obj.find_library_file(lib_dirs, 'nsl')):
+                if (self.compiler.find_library_file(lib_dirs, 'nsl')):
                     libs = ['nsl']
                 else:
                     libs = []