From 92f1bb82f7d9b7df73f4f3e09abc97d5fe8e229c Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 13 Mar 2005 21:33:55 +0000 Subject: some broken OS X stuff git-svn-id: https://svn.musicpd.org/mpd/trunk@3075 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3