aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrik Weiskircher <pat@icore.at>2009-09-20 23:30:37 +0200
committerMax Kellermann <max@duempel.org>2009-09-20 23:30:37 +0200
commit32f212cb860d5cd91e952e4802c151101cc9c8c0 (patch)
tree107e32953628ec3dc32a45d93193c23da1684120 /configure.ac
parentfdc479676f7f39d33287111900f0862ddb7797af (diff)
downloadmpd-32f212cb860d5cd91e952e4802c151101cc9c8c0.tar.gz
mpd-32f212cb860d5cd91e952e4802c151101cc9c8c0.tar.xz
mpd-32f212cb860d5cd91e952e4802c151101cc9c8c0.zip
output/osx: fix the OS X 10.6 build
Include CoreServices/CoreServices.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e221855ca..f5d84bb6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -748,12 +748,6 @@ case "$host_os" in
enable_osx=yes ;;
esac
-case "$host_os" in
- darwin10*)
- CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.5.sdk"
- ;;
-esac
-
AM_CONDITIONAL(HAVE_OSX, test x$enable_osx = xyes)
AC_ARG_ENABLE(shout,