Fix for bug #404875: fix typo in setup.py

This commit is contained in:
Andrew M. Kuchling 2001-02-28 19:49:57 +00:00
parent 6335773434
commit b69c758f3b
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ class PyBuildExt(build_ext):
# Curses support, requring the System V version of curses, often
# provided by the ncurses library.
if platform == 'sunos4':
include_dirs += ['/usr/5include']
inc_dirs += ['/usr/5include']
lib_dirs += ['/usr/5lib']
if (self.compiler.find_library_file(lib_dirs, 'ncurses')):