diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-13 18:02:43 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-13 18:02:43 +0000 |
commit | 6b4d2ba13f597328161b1156e1fe0df820a90df2 (patch) | |
tree | 7f020f7f98a045a1b03818a96ae549d3e2ae3087 /configure | |
parent | 6ef99fc59c74a3fde6daaa005ff8a6159b720105 (diff) |
Support OSS on solaris, by Ben Taylor.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2818 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -157,6 +157,9 @@ SunOS) kqemu="yes" fi fi + if test -f /usr/include/sys/soundcard.h ; then + oss=yes + fi ;; *) oss="yes" @@ -667,6 +670,7 @@ else 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 |