Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
This commit is contained in:
parent
d36265107b
commit
a4a01c70db
2 changed files with 170 additions and 272 deletions
10
configure.in
10
configure.in
|
@ -32,16 +32,6 @@ AC_SUBST(SDL_INTERFACE_AGE)
|
|||
AC_SUBST(SDL_BINARY_AGE)
|
||||
AC_SUBST(SDL_VERSION)
|
||||
|
||||
dnl On Mac OS X we need to build with clang
|
||||
dnl We can't use $host or reorder AC_CANONICAL_HOST because of autoconf magic.
|
||||
case "`/bin/sh $ac_aux_dir/config.guess`" in
|
||||
*-*-darwin*)
|
||||
if test "x$CC" = "x"; then
|
||||
CC=clang
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
# libtool versioning
|
||||
LT_INIT([win32-dll])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue