output/osx: fix the OS X 10.6 build
Include CoreServices/CoreServices.h.
This commit is contained in:

committed by
Max Kellermann

parent
fdc479676f
commit
32f212cb86
@@ -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,
|
||||
|
Reference in New Issue
Block a user