Commit 6b4d2ba13f597328161b1156e1fe0df820a90df2

Authored by ths
1 parent 6ef99fc5

Support OSS on solaris, by Ben Taylor.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2818 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 4 additions and 0 deletions
configure
... ... @@ -157,6 +157,9 @@ SunOS)
157 157 kqemu="yes"
158 158 fi
159 159 fi
  160 + if test -f /usr/include/sys/soundcard.h ; then
  161 + oss=yes
  162 + fi
160 163 ;;
161 164 *)
162 165 oss="yes"
... ... @@ -667,6 +670,7 @@ else
667 670 fmod_support=""
668 671 fi
669 672 echo "FMOD support $fmod $fmod_support"
  673 +echo "OSS support $oss"
670 674 if test -n "$sparc_cpu"; then
671 675 echo "Target Sparc Arch $sparc_cpu"
672 676 fi
... ...