From 63f152466b276bf66f6f70715c3287570b0627a9 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 17 Mar 2005 02:33:40 +0000 Subject: OS X tweaks git-svn-id: https://svn.musicpd.org/mpd/trunk@3095 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3395fdb4c..3a17ef6d3 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ enable_osx=no case $host in *-darwin*) AC_DEFINE(HAVE_OSX, 1, [Define for compiling OS X support]) - MPD_LIBS="$MPD_LIBS -framework CoreAudio" + MPD_LIBS="$MPD_LIBS -framework AudioUnit -framework CoreServices" enable_osx=yes ;; esac -- cgit v1.2.3