]> granicus.if.org Git - python/commitdiff
Re-enable compiling ossaudiodev now that it seems to work again.
authorGuido van Rossum <guido@python.org>
Thu, 13 Feb 2003 16:12:21 +0000 (16:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Feb 2003 16:12:21 +0000 (16:12 +0000)
Lib/test/regrtest.py
setup.py

index 5ce2bc8d1676c5e5c1374c67e31a27fc9c026131..c60e8242081e1b8ccba33bb24cc57ea9d79c3fa7 100755 (executable)
@@ -593,7 +593,6 @@ _expectations = {
         test_largefile
         test_nis
         test_ntpath
-        test_ossaudiodev
         test_socketserver
         test_sunaudiodev
         test_unicode_file
index 28fbb77bd5c5c4974376f707dc2ad9b3e3598130..01b87ebeb663eab7ccf1b52613e0b7d4a260ff18 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -745,7 +745,7 @@ class PyBuildExt(build_ext):
         if platform in ('linux2', 'freebsd4'):
             # ossaudiodev currently doesn't work, so don't build.
             pass
-##             exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
+            exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
 
         if platform == 'sunos5':
             # SunOS specific modules