From 32f212cb860d5cd91e952e4802c151101cc9c8c0 Mon Sep 17 00:00:00 2001 From: Patrik Weiskircher <pat@icore.at> Date: Sun, 20 Sep 2009 23:30:37 +0200 Subject: output/osx: fix the OS X 10.6 build Include CoreServices/CoreServices.h. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') 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, -- cgit v1.2.3