aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2005-03-13 21:33:55 +0000
committerWarren Dukes <warren.dukes@gmail.com>2005-03-13 21:33:55 +0000
commit92f1bb82f7d9b7df73f4f3e09abc97d5fe8e229c (patch)
tree45d9946c3784aafb70cfbb70dc8f4db9c752cedf /configure.ac
parent8936789631ce729e44fc8fc0296d4b7c0cf0c5f6 (diff)
downloadmpd-92f1bb82f7d9b7df73f4f3e09abc97d5fe8e229c.tar.gz
mpd-92f1bb82f7d9b7df73f4f3e09abc97d5fe8e229c.tar.xz
mpd-92f1bb82f7d9b7df73f4f3e09abc97d5fe8e229c.zip
some broken OS X stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@3075 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a21304503..c405448a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,6 +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"
enable_osx=yes ;;
esac