[Python-checkins] python/dist/src setup.py,1.182,1.183

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sat Feb 7 07:50:22 EST 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14539

Modified Files:
	setup.py 
Log Message:
a couple other sunos4 support items removed


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.182
retrieving revision 1.183
diff -C2 -d -r1.182 -r1.183
*** setup.py	29 Jan 2004 06:37:46 -0000	1.182
--- setup.py	7 Feb 2004 12:50:19 -0000	1.183
***************
*** 656,665 ****
                                         libraries = libs) )
  
!         # Curses support, requring the System V version of curses, often
          # provided by the ncurses library.
-         if platform == 'sunos4':
-             inc_dirs += ['/usr/5include']
-             lib_dirs += ['/usr/5lib']
- 
          if (self.compiler.find_library_file(lib_dirs, 'ncurses')):
              curses_libs = ['ncurses']
--- 656,661 ----
                                         libraries = libs) )
  
!         # Curses support, requiring the System V version of curses, often
          # provided by the ncurses library.
          if (self.compiler.find_library_file(lib_dirs, 'ncurses')):
              curses_libs = ['ncurses']




More information about the Python-checkins mailing list