Re: No sound - Solaris x86
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Tue Nov 11 2003, Jake Goerzen wrote: > > On Fri, 7 Nov 2003, Bj|rn Englund wrote: > > > Hi what audio system are you using, OSS or sunaudio? > > Could you try editing the configure script so it includes sunaudio > > or find out why it doesn't find it? > > This is the part in configure.in that handles it: > > dnl check for sunaudio > > AC_ARG_ENABLE([sunaudio], > > [ --disable-sunaudio make a version not using Sun audio]) > > if test "x$enable_sunaudio" != xno; then > > case "$host" in > > *-sun-solaris*) > > > > I'm using the sunaudio system. I'm not sure why it works fine on > Solaris sparc but not on x86. It has something to do with the $host case > conditional. This probibly isn't the best way to do this, but I modified > configure.in by removing the case conditional and changed it to never > build the solaris audio driver unless --enable-sunaudio is given to > configure. Here is a diff: > Yes, apparently Solaris x86 is *-pc-solaris* and not *-sun-solaris*. Will update the configure.in file. -- Håkan Hjort