From f5d9ebdafce54ba4f933141a1c93ea8d0a254081 Mon Sep 17 00:00:00 2001 From: Element Green Date: Fri, 20 Jun 2003 01:34:52 +0000 Subject: [PATCH] Broke coreaudio detection, fixed again. --- fluidsynth/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluidsynth/configure.ac b/fluidsynth/configure.ac index 0b57580c..ab37f8da 100644 --- a/fluidsynth/configure.ac +++ b/fluidsynth/configure.ac @@ -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"