mirror of
https://github.com/yawut/SDL.git
synced 2026-07-30 23:17:23 -05:00
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
This commit is contained in:
parent
db8271ef1a
commit
84bc50080b
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…
Reference in New Issue
Block a user