http://bugs.winehq.org/show_bug.cgi?id=27874
Summary: Configure detects no Sound System Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Mac OS X 10.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jobstz@yahoo.de
Configure prints the warning:
"No sound system was found. Windows applications will be silent."
This is as far as I can see a typo within the configure script. On line 11748 it should be '$COREAUDIO' not '$COREAUDIOLIBS'. With that change wine compiles fine and outputs sound.
As this is my first time to file a bug I have no idea how to file a patch... so I apologize for that.