[Python-checkins] CVS: python/dist/src setup.py,1.31,1.32

A.M. Kuchling akuchling@users.sourceforge.net
Wed, 28 Feb 2001 11:50:00 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv9909

Modified Files:
	setup.py 
Log Message:
Fix for bug #404875: fix typo in setup.py


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** setup.py	2001/02/27 20:54:23	1.31
--- setup.py	2001/02/28 19:49:57	1.32
***************
*** 399,403 ****
          # provided by the ncurses library.
          if platform == 'sunos4':
!             include_dirs += ['/usr/5include']
              lib_dirs += ['/usr/5lib']
  
--- 399,403 ----
          # provided by the ncurses library.
          if platform == 'sunos4':
!             inc_dirs += ['/usr/5include']
              lib_dirs += ['/usr/5lib']