mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-01 00:21:14 +00:00
Broke coreaudio detection, fixed again.
This commit is contained in:
parent
deae6a0b49
commit
f5d9ebdafc
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ AC_ARG_ENABLE(coreaudio,
|
|||
enable_coreaudio=$enableval, enable_coreaudio="yes")
|
||||
|
||||
COREAUDIO_SUPPORT=0
|
||||
if test "$fluid_enable_coreaudio" = "yes" -a "$COREAUDIO_FOUND" = "yes"; then
|
||||
if test "$enable_coreaudio" = "yes" -a "$COREAUDIO_FOUND" = "yes"; then
|
||||
AC_DEFINE(COREAUDIO_SUPPORT, 1, [whether or not we are supporting CoreAudio])
|
||||
COREAUDIO_SUPPORT=1
|
||||
COREAUDIO_LIBS="-Wl,-framework,CoreAudio"
|
||||
|
|
Loading…
Reference in a new issue