diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2005-03-13 21:33:55 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2005-03-13 21:33:55 +0000 |
commit | 92f1bb82f7d9b7df73f4f3e09abc97d5fe8e229c (patch) | |
tree | 45d9946c3784aafb70cfbb70dc8f4db9c752cedf /configure.ac | |
parent | 8936789631ce729e44fc8fc0296d4b7c0cf0c5f6 (diff) | |
download | mpd-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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |