[Python-checkins] python/dist/src setup.py,1.144,1.145

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 13 Feb 2003 08:11:32 -0800


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv12983

Modified Files:
	setup.py 
Log Message:
Re-enable compiling ossaudiodev now that it seems to work again.


Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** setup.py	11 Feb 2003 20:05:50 -0000	1.144
--- setup.py	13 Feb 2003 16:11:27 -0000	1.145
***************
*** 746,750 ****
              # ossaudiodev currently doesn't work, so don't build.
              pass
! ##             exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
  
          if platform == 'sunos5':
--- 746,750 ----
              # ossaudiodev currently doesn't work, so don't build.
              pass
!             exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
  
          if platform == 'sunos5':