define HAVE_COREAUDIO on platforms other than OSX

This commit is contained in:
wm4 2013-11-04 00:43:47 +01:00
parent 3813b13796
commit 222cfe7fe6
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2431,6 +2431,7 @@ fi
echores "$_alsa"
def_coreaudio='#define HAVE_COREAUDIO 0'
if darwin; then
echocheck "CoreAudio"
if test "$_coreaudio" = auto ; then