I've recrafted my patch for supporting OpenSound System on Solaris by
checking for it automatically, instead of providing an option.  Also added
a status flag on whether OSS is enabled or not.

Ben
--- qemu.ORIG/configure	2007-05-09 10:06:06.000000000 -0400
+++ qemu/configure	2007-05-12 13:30:31.292001000 -0400
@@ -157,6 +157,9 @@
             kqemu="yes"
         fi
     fi
+    if test -f /usr/include/sys/soundcard.h ; then
+        oss=yes
+    fi
 ;;
 *)
 oss="yes"
@@ -667,6 +670,7 @@
     fmod_support=""
 fi
 echo "FMOD support      $fmod $fmod_support"
+echo "OSS support       $oss"
 if test -n "$sparc_cpu"; then
     echo "Target Sparc Arch $sparc_cpu"
 fi

Reply via email to