some broken OS X stuff

git-svn-id: https://svn.musicpd.org/mpd/trunk@3075 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2005-03-13 21:33:55 +00:00
parent 8936789631
commit 92f1bb82f7
2 changed files with 20 additions and 1 deletions

View File

@@ -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